Skip to content

Commit

Permalink
Fix: Github Actions workflow to avoid set-path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Dec 31, 2020
1 parent cbb1d85 commit 263f725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
dir
- name: Add signtool to PATH
shell: powershell
run: |
echo "::add-path::C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\"
echo "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Build with MSBuild
shell: cmd
Expand Down

0 comments on commit 263f725

Please sign in to comment.