Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Aug 27, 2023
1 parent 028f0ba commit baee1e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,23 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}

# Sign the unpackaged app
- name: Sign files with Azure Code Signing
uses: azure/[email protected]
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
endpoint: https://eus.codesigning.azure.net/
code-signing-account-name: mnr
certificate-profile-name: profile1
files-folder: "core/bin/exe"
files-folder-filter: exe,dll
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

# Upload the unpackaged app
- name: Upload unpackaged app
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit baee1e1

Please sign in to comment.