Skip to content

Commit

Permalink
Test #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Feb 27, 2024
1 parent 284c96f commit 47ad938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-signing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create-release
name: test-win-signing

on:
push
Expand All @@ -12,7 +12,7 @@ jobs:
- name: save secret to file
run: |
base64 --help
echo -n EV_CERTIFICATE_PFX_BASE64 | base64 -d -o ./ev_certificate.pfk
echo -n EV_CERTIFICATE_PFX_BASE64 | base64 -d ./ev_certificate.pfk
ls
env:
Expand Down

0 comments on commit 47ad938

Please sign in to comment.