Skip to content

Commit

Permalink
fix macos filename on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorwads committed Aug 14, 2024
1 parent ae694bf commit 6ca55e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_bundle_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.TOKEN }}
file: macOs/QRookie_${{ github.ref }}_arm64.dmg
asset_name: QRookie_${{ github.ref }}_arm64.dmg
file: macOs/QRookie_${{ github.event.release.tag_name }}_arm64.dmg
asset_name: QRookie_${{ github.event.release.tag_name }}_arm64.dmg
tag: ${{ github.ref }}
4 changes: 2 additions & 2 deletions .github/workflows/macos_bundle_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.TOKEN }}
file: macOs/QRookie_${{ github.ref }}_x86_64.dmg
asset_name: QRookie_${{ github.ref }}_x86_64.dmg
file: macOs/QRookie_${{ github.event.release.tag_name }}_x86_64.dmg
asset_name: QRookie_${{ github.event.release.tag_name }}_x86_64.dmg
tag: ${{ github.ref }}

0 comments on commit 6ca55e7

Please sign in to comment.