Skip to content

Commit

Permalink
change desktop tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Nov 19, 2024
1 parent 0950bab commit be988a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-desktop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD}}
with:
tagName: ssr-desktop-v__VERSION__
releaseName: 'ScoreSaber Reloaded Desktop App v__VERSION__'
tagName: ssr-desktop-v__VERSION__-${{ github.run_number }}
releaseName: 'ScoreSaber Reloaded Desktop App v__VERSION__-${{ github.run_number }}'
releaseBody: 'Download this version of the ScoreSaber Reloaded Desktop App.'
releaseDraft: false
prerelease: false
Expand Down

0 comments on commit be988a8

Please sign in to comment.