Skip to content

Commit

Permalink
Try regular slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Nov 22, 2024
1 parent e807da0 commit ae9ef33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/signing-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: cargo install trusted-signing-cli

- name: Sign files
shell: bash
run: trusted-signing-cli -e "${{ secrets.AZURE_ENDPOINT }}" -a "${{ secrets.AZURE_CODE_SIGNING_NAME }}" -c "${{ secrets.AZURE_CERT_PROFILE_NAME }}" src-tauri\\vendored\\protoc\\yaakprotoc-x86_64-pc-windows-msvc.exe
run: trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp src-tauri/vendored/protoc/yaakprotoc-x86_64-pc-windows-msvc.exe
env:
AZURE_CLIENT_ID: ${{ matrix.platform == 'windows-latest' && secrets.AZURE_CLIENT_ID }}
AZURE_CLIENT_SECRET: ${{ matrix.platform == 'windows-latest' && secrets.AZURE_CLIENT_SECRET }}
Expand Down

0 comments on commit ae9ef33

Please sign in to comment.