We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb0ce2 commit d51f02bCopy full SHA for d51f02b
.github/actions/build-linux/action.yaml
@@ -80,7 +80,7 @@ runs:
80
env:
81
# TAURI_SIGNING_PRIVATE_KEY: ${{ inputs.tauri-signing-private-key }}
82
# TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ inputs.tauri-signing-private-key-password }}
83
- # SIGN: 1
+ SIGN: 1
84
APPIMAGETOOL_SIGN_PASSPHRASE: ${{ inputs.appimage-signing-private-key-password }}
85
APPIMAGETOOL_FORCE_SIGN: 1
86
0 commit comments