Skip to content

Commit

Permalink
gengx
Browse files Browse the repository at this point in the history
  • Loading branch information
M-studen committed Feb 9, 2024
1 parent 61e027c commit dc51ba6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} # 密钥,需要提前配置在 Github Secrets中
TAURI_KEY_PASSWORD: "zts090215"
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'App v__VERSION__'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
~/.tauri/myapp.key
1 change: 1 addition & 0 deletions ~/.tauri/myapp.key.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEFCMDEyNDFEQUQ2QjIxNQpSV1FWc3RiYVFSS3dDamRwaVZnK2NvL3JKQ1UxM2RrNGNxNEVuVFlGRG5hZkRmR3ZRSUltZHFGVAo=

0 comments on commit dc51ba6

Please sign in to comment.