Skip to content

Commit 8b1585f

Browse files
author
User
committed
fix: 设置空密码环境变量
1 parent 82c83b9 commit 8b1585f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
84+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ""
8485
with:
8586
tagName: v${{ github.run_number }}
8687
releaseName: 'LoArchive v${{ github.run_number }}'

0 commit comments

Comments
 (0)