Skip to content

Commit

Permalink
wip: build app and sign exes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Jan 24, 2025
1 parent 2395837 commit a3ad16b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts

- name: Build the app for Windows
run: npm run build-win
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Sign files with Trusted Signing V1.1
uses: azure/[email protected]
with:
Expand All @@ -52,7 +57,9 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: fdih-signing-account
certificate-profile-name: california-medical-innovations-institute
files: ${{ github.workspace }}\src\main\analytics.js
files: |
${{ github.workspace }}\dist\soda-for-sparc-15.3.2-beta-setup.exe
${{ github.workspace }}\dist\win-unpacked\resources\app.exe
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

0 comments on commit a3ad16b

Please sign in to comment.