Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman authored Jul 28, 2023
1 parent dde09e4 commit bcaa5c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Signing using Signtool
if: matrix.map.host == 'windows'
env:
SM_HOST: ${{ secrets.SM_HOST }}
SM_API_KEY: ${{ secrets.SM_API_KEY }}
SM_CLIENT_CERT_PASSWORD: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
SM_CODE_SIGNING_CERT_SHA1_HASH: ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }}
Expand Down Expand Up @@ -215,6 +214,11 @@ jobs:
path: 'build/openmv-ide-*.zip'
if-no-files-found: error

- name: '❖ Remove Windows Certificates'
if: matrix.map.host == 'windows'
run: rm $SM_CLIENT_CERT_FILE
shell: bash

- name: '🍏 Remove Apple Certificates'
if: matrix.map.host == 'mac'
run: security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
Expand Down

0 comments on commit bcaa5c4

Please sign in to comment.