Skip to content

Commit

Permalink
fix appName
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Mar 6, 2023
1 parent d5b3937 commit 9184f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'App Name v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseName: 'AList Desktop v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'See the assets to download and install this version.'

build_updater:
Expand Down

0 comments on commit 9184f42

Please sign in to comment.