Skip to content

Commit

Permalink
Add release tag to DMG file name
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Jan 9, 2025
1 parent 44f84b5 commit 2429d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
apple-developer-team-id: ${{ secrets.APPLE_DEVELOPER_TEAM_ID }}
extra-files: README.md LICENSE
archive-disk-name: Cloud Backup
archive-file-path: ./cloud-backup.dmg
archive-file-path: ./cloud-backup-${{ github.event.release.tag_name }}.dmg

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

0 comments on commit 2429d1a

Please sign in to comment.