Skip to content

Commit

Permalink
sdk setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 committed Feb 4, 2025
1 parent 3ff2f01 commit 194ad60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ jobs:
BASE64_PFX: ${{secrets.BASE64_PFX}}
PFX_PASSWORD: ${{secrets.PFX_PASSWORD}}

- name: Set up Windows 10 SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@v1

- name: Digitally sign equilotl executable
run: |
New-Alias "signtool" "C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe"
Expand Down

0 comments on commit 194ad60

Please sign in to comment.