Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
naps62 committed Dec 12, 2023
1 parent e1fdc0b commit 75fdfe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- uses: tauri-apps/tauri-action@v0
id: tauri
env:
SIGN: 1
SIGN_KEY: ${{ secrets.GPG_SIGNING_KEY_ID }}
APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}
APPIMAGETOOL_FORCE_SIGN: true
# SIGN: 0
# SIGN_KEY: ${{ secrets.GPG_SIGNING_KEY_ID }}
# APPIMAGETOOL_SIGN_PASSPHRASE: ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}
# APPIMAGETOOL_FORCE_SIGN: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 75fdfe1

Please sign in to comment.