Skip to content

Commit

Permalink
update release for this binary
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Jan 9, 2025
1 parent d8f8573 commit c8ff21a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:

- uses: halprin/macos-sign-package-notarize@v1
with:
path-to-binary: ./evn-pilot-conversion
path-to-binary: ./cloud-backup
signing-identity: ${{ secrets.SIGNING_IDENTITY }}
apple-id: ${{ secrets.APPLE_ID }}
app-specific-password: ${{ secrets.APP_SPECIFIC_PASSWORD }}
apple-developer-team-id: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }}
extra-files: README.md LICENSE
archive-disk-name: EVN Pilot Conversion
archive-file-path: ./evn-pilot-conversion.dmg
archive-disk-name: Cloud Backup
archive-file-path: ./cloud-backup.dmg

- name: Upload Release Asset
run: gh release upload ${{ github.event.release.tag_name }} ./evn-pilot-conversion.dmg --clobber
run: gh release upload ${{ github.event.release.tag_name }} ./cloud-backup.dmg --clobber
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c8ff21a

Please sign in to comment.