Skip to content

Commit

Permalink
fix: 修复构建脚本程序名称不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdonghao committed Jul 18, 2023
1 parent b2f98ec commit 82f927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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: 'Png Palettes v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: 'See the assets to download and install this version.'
releaseDraft: true
prerelease: false

0 comments on commit 82f927e

Please sign in to comment.