Skip to content

Commit

Permalink
build: 删除 TAURI_SIGNING_PRIVATE_KEY_PASSWORD
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
typed-sigterm committed Oct 2, 2024
1 parent 375070a commit 7b2c43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
runs-on: ${{ matrix.platform }}
needs: sync-latest-branch
env:
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}

strategy:
fail-fast: false
Expand Down

0 comments on commit 7b2c43d

Please sign in to comment.