From bcaa5c42dfa5496c66bb80caa88407e55da0e7a1 Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Thu, 27 Jul 2023 17:36:51 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25b1998..027c6f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }} @@ -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