Skip to content

Commit

Permalink
Escape it more
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed May 21, 2024
1 parent b74d93f commit 93b29b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
name: InitialBuild
path: build
- name: Sign Executable
run: "'C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe' sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 \/a .\\build\\build\\facecommander.exe"
run: "'C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe' sign \/tr http:\/\/timestamp.digicert.com \/d sha256 \/fd sha256 \/a .\\build\\build\\facecommander.exe"
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 93b29b2

Please sign in to comment.