-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2395837
commit a3ad16b
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 |