Skip to content

Commit d269611

Browse files
authored
Merge pull request #356 from Nitrokey/fix-windows-pipeline
Update Windows pipeline to follow shell syntax
2 parents a072f9e + 6c598fa commit d269611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
-key "${{ secrets.PKCS11_KEY_URI_WINDOWS }}" \
7676
-h sha256 \
7777
-ts "http://ts.ssl.com" \
78-
-in nitrokey-app_unsigned.exe
78+
-in nitrokey-app_unsigned.exe \
7979
-out nitrokey-app_signed.exe
8080
mv nitrokey-app_signed.exe dist/nitrokey-app/nitrokey-app.exe
8181
- name: Upload artifact
@@ -153,7 +153,7 @@ jobs:
153153
-key "${{ secrets.PKCS11_KEY_URI_WINDOWS }}" \
154154
-h sha256 \
155155
-ts "http://ts.ssl.com" \
156-
-in nitrokey-app_unsigned.msi
156+
-in nitrokey-app_unsigned.msi \
157157
-out nitrokey-app.msi
158158
- name: Upload artifact
159159
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)