Skip to content

Commit

Permalink
fix: ceritificate chain
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Jan 22, 2025
1 parent c7b2b77 commit 5dbbae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sign-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Cert to file
shell: bash
run: |
echo -n $EV_CODE_SIGNING_CERTIFICATE > OS20241029372986.cer
echo -n ${{ secrets.EV_CODE_SIGNING_CERTIFICATE }} > OS20241029372986.cer
- name: Download file to sign
shell: bash
Expand Down

0 comments on commit 5dbbae1

Please sign in to comment.