File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments