Skip to content

Commit

Permalink
Fix Web Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrlevin authored Feb 3, 2023
1 parent 73af5e4 commit 623d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Web_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
shell: pwsh
run: >
./sign code azure-key-vault
**/*.{exe,zip}
'**/*.{exe,zip}'
--timestamp-url "http://timestamp.digicert.com"
--base-directory "${{ github.workspace }}/ToSign"
--file-list "${{ github.workspace }}/SigningScripts/filelist.txt"
Expand Down

0 comments on commit 623d43d

Please sign in to comment.