build: Disable ARM msi signing because it doesn't work

(cherry picked from commit 76cf877115)
This commit is contained in:
WerWolv
2025-12-21 16:04:44 +01:00
parent fa8fdb0170
commit 8b14a4775b

View File

@@ -144,6 +144,7 @@ jobs:
imhex-*-x86_64.msi imhex-*-x86_64.msi
- name: ⬆️ Upload Unsigned ARM64 Windows Installer - name: ⬆️ Upload Unsigned ARM64 Windows Installer
if: false
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
id: upload-installer-arm64 id: upload-installer-arm64
with: with:
@@ -154,7 +155,7 @@ jobs:
- name: 🗑️ Delete unsigned installers - name: 🗑️ Delete unsigned installers
run: | run: |
rm imhex-*.msi rm imhex-*-x86_64.msi
- name: 🗝️ Sign x86_64 Installer - name: 🗝️ Sign x86_64 Installer
uses: signpath/github-action-submit-signing-request@v1 uses: signpath/github-action-submit-signing-request@v1
@@ -168,6 +169,7 @@ jobs:
output-artifact-directory: '.' output-artifact-directory: '.'
- name: 🗝️ Sign ARM64 Installer - name: 🗝️ Sign ARM64 Installer
if: false
uses: signpath/github-action-submit-signing-request@v1 uses: signpath/github-action-submit-signing-request@v1
with: with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'