Skip to content

Commit

Permalink
check certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed May 1, 2024
1 parent bd12168 commit fa85a88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
DVMjbYwcYmv4QClRTI2MeC34isyHMc4ZKCfATGjco4fhC+YRQm/T/ietNZiVrsu8
cQIDAQAB
-----END PUBLIC KEY-----
EXE_PATH: ./dist/cx-win/cx.exe
EXE_PATH: ./cx.exe
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -143,6 +143,10 @@ jobs:
echo "GR_ARGS=${args}" >> $GITHUB_ENV
- name: Install OpenSSL
run: brew install openssl
- name: Print current directory and list files
run: |
pwd
ls -la
- name: Sign Windows Executable
run: |
echo "$PRIVATE_KEY" > private_key.pem
Expand Down

0 comments on commit fa85a88

Please sign in to comment.