Skip to content

Commit

Permalink
ahhh
Browse files Browse the repository at this point in the history
  • Loading branch information
imyanice authored Apr 30, 2024
1 parent 4d5c0cc commit c54136a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: app-v__VERSION__
releaseName: 'v__VERSION__'
releaseBody: 'See the assets to download and install this version of Mac Scrobble.\nMac.Scrobble___VERSION___x64.dmg\nMac.Scrobble___VERSION___aarch64.dmg'
releaseDraft: true
Expand All @@ -62,7 +63,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: app-v__VERSION__ #
tagName: app-v__VERSION__
releaseName: "v__VERSION__"
args: --target aarch64-apple-darwin
releaseBody: 'See the assets to download and install this version of Mac Scrobble.\nMac.Scrobble___VERSION___x64.dmg\nMac.Scrobble___VERSION___aarch64.dmg'
Expand Down

0 comments on commit c54136a

Please sign in to comment.