Skip to content

Commit e2fa318

Browse files
committed
Fix unsigned-bundle
1 parent 2040c72 commit e2fa318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
- name: Upload unsigned bundle
346346
uses: actions/upload-artifact@v4
347347
with:
348-
name: unsigned-bundle
348+
name: unsigned-bundle-${{ matrix.cpu }}
349349
path: src-tauri/target/release/bundle/msi/Defguard_${{ env.VERSION }}_${{ matrix.cpu }}_en-US.msi
350350

351351
# Signs the MSI and uploads it as release asset
@@ -373,7 +373,7 @@ jobs:
373373
- name: Download unsigned bundle
374374
uses: actions/download-artifact@v4
375375
with:
376-
name: unsigned-bundle
376+
name: unsigned-bundle-${{ matrix.cpu }}
377377
- name: Sign bundle
378378
run: osslsigncode sign -pkcs11module /srv/codesign/certum/sc30pkcs11-3.0.6.72-MS.so -pkcs11cert ${{ secrets.CODESIGN_KEYID }} -key ${{ secrets.CODESIGN_KEYID }} -pass ${{ secrets.CODESIGN_PIN }} -h sha256 -t http://time.certum.pl/ -in Defguard_${{ env.VERSION }}_${{ matrix.cpu }}_en-US.msi -out Defguard-signed.msi
379379
- name: Upload installer asset

0 commit comments

Comments
 (0)