Skip to content

Commit

Permalink
Sign windows installer
Browse files Browse the repository at this point in the history
(References: #109)
  • Loading branch information
Aszusz committed Feb 6, 2024
1 parent fb933a8 commit 2e0b189
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/sub-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,17 @@ jobs:
/DROOT_KEY=HKCU
Templates/installer/nsis-installer.nsi
- name: Upload artifacts
- name: Sign installer
uses: Moonshine-IDE/[email protected]
with:
bin-path: Templates/installer/${{ env.app_name }}-Setup.exe
sm-host: ${{ secrets.SM_HOST }}
sm-api-key: ${{ secrets.SM_API_KEY }}
sm-client-cert-file-b64: ${{ secrets.SM_CLIENT_CERT_FILE_B64 }}
sm-client-cert-password: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
sm-code-signing-cert-sha1-hash: ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}

- name: Upload installer
uses: actions/upload-artifact@v3
with:
name: ${{ env.app_name }}-Setup
Expand Down

0 comments on commit 2e0b189

Please sign in to comment.