mirror of
https://github.com/eugeny/tabby
synced 2026-05-03 07:50:45 +00:00
Update build.yml
This commit is contained in:
@@ -322,6 +322,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Add Windows SDK signtool to PATH
|
||||
shell: powershell
|
||||
run: |
|
||||
$x64 = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64'
|
||||
$arm64 = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\arm64'
|
||||
$newPath = "$x64;$arm64;$env:PATH"
|
||||
echo "PATH=$newPath" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Decode certificate
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user