Skip to content

Commit

Permalink
Test #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Feb 27, 2024
1 parent a2ba617 commit 3c6ae93
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/test-signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,24 @@ jobs:
name: Test sign executable
runs-on: windows-2019
steps:
- name: save secret to file
shell: bash
run: |
- name: list stuff
shell: cmd
run: |
echo "=========="
ls "C:\Program Files (x86)\"
dir "C:\Program Files (x86)\"
echo "=========="
ls "C:\Program Files (x86)\Windows Kits\"
dir "C:\Program Files (x86)\Windows Kits\"
echo "=========="
ls "C:\Program Files (x86)\Windows Kits\10\"
dir "C:\Program Files (x86)\Windows Kits\10\"
echo "=========="
ls "C:\Program Files (x86)\Windows Kits\10\bin\"
dir "C:\Program Files (x86)\Windows Kits\10\bin\"
echo "=========="
ls "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\"
dir "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\"
echo "=========="
- name: save secret to file
shell: bash
run: |
echo $EV_CERTIFICATE_PFX_BASE64 | base64 -d -o ./ev_certificate.pfx
ls -l
Expand All @@ -34,6 +38,7 @@ jobs:
powershell -Command "(new-object net.webclient).DownloadString('https://github.com/MusculoskeletalAtlasProject/mapclient/releases/download/v0.20.1.rc2/MAP-Client-0.20.1.exe')" > MAP-Client-0.20.1.exe
ls -l
Signtool sign /?
- name: Clean up
shell: bash
run: |
Expand Down

0 comments on commit 3c6ae93

Please sign in to comment.