Skip to content

Commit

Permalink
Let's see if this works 👀
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Dec 4, 2024
1 parent 8ae7292 commit 3d2a051
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ jobs:
uses: joncloud/makensis-action@v4.1
with:
script-file: "Installer.nsi"

- name: Sign files with Trusted Signing
uses: azure/trusted-signing-action@v0.5.0
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/
trusted-signing-account-name: vscx-codesigning
certificate-profile-name: vscx-certificate-profile
files-folder: dist/Casterlabs-Caffeinated-Setup.exe
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

- name: 🆙 Upload the Windows artifact (x86_64)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3d2a051

Please sign in to comment.