Skip to content

Commit

Permalink
wip: sign file
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Jan 23, 2025
1 parent 2b548e6 commit eb2cddf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ 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

- name: Sign files with Trusted Signing V1.1
uses: azure/[email protected]
with:
Expand All @@ -55,7 +52,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: fdih-signing-account
certificate-profile-name: california-medical-innovations-institute
files: ${{ github.workspace }}\dist\latest.yml
files: ${{ github.workspace }}\tools\anaconda-env\environment-Linux.yml
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

0 comments on commit eb2cddf

Please sign in to comment.