We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a072f9e + 6c598fa commit d269611Copy full SHA for d269611
.github/workflows/cd-windows.yaml
@@ -75,7 +75,7 @@ jobs:
75
-key "${{ secrets.PKCS11_KEY_URI_WINDOWS }}" \
76
-h sha256 \
77
-ts "http://ts.ssl.com" \
78
- -in nitrokey-app_unsigned.exe
+ -in nitrokey-app_unsigned.exe \
79
-out nitrokey-app_signed.exe
80
mv nitrokey-app_signed.exe dist/nitrokey-app/nitrokey-app.exe
81
- name: Upload artifact
@@ -153,7 +153,7 @@ jobs:
153
154
155
156
- -in nitrokey-app_unsigned.msi
+ -in nitrokey-app_unsigned.msi \
157
-out nitrokey-app.msi
158
159
uses: actions/upload-artifact@v4
0 commit comments