Fix Forgejo CI: remove signing password env var
Some checks failed
Release / build-and-release (push) Has been cancelled
Some checks failed
Release / build-and-release (push) Has been cancelled
Key was generated without a password. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3acd1e0173
commit
a07f1e4ab5
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ jobs:
|
|||
- name: Build Tauri
|
||||
env:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
run: |
|
||||
source "$HOME/.cargo/env"
|
||||
npx tauri build
|
||||
|
|
|
|||
Loading…
Reference in a new issue