Skip to content

Commit

Permalink
Merge pull request #128 from halprin/tag-in-release-file
Browse files Browse the repository at this point in the history
Add Release Tag to DMG File Name
  • Loading branch information
halprin authored Jan 9, 2025
2 parents 44f84b5 + 2429d1a commit 8fbebb5
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 8fbebb5

Please sign in to comment.