From 747e692893d1b282162a9cb0db6ad2f50c186ec9 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Mon, 18 Mar 2024 13:21:54 -0500 Subject: [PATCH] update workflow --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14132149..942e3965 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,7 @@ jobs: path: ./target/release/bundle/osx/Ore.app sign: + name: Sign needs: build runs-on: macos-latest steps: @@ -55,7 +56,7 @@ jobs: security create-keychain -p "" build.keychain security default-keychain -s build.keychain security unlock-keychain -p "" build.keychain - security import certificate.p12 -k build.keychain -P ${{ secrets.MACOS_CERTIFICATE_PASSWORD }} -T /usr/bin/codesign + security import certificate.p12 -k build.keychain -P '${{ secrets.MACOS_CERTIFICATE_PASSWORD }}' -T /usr/bin/codesign security set-key-partition-list -S apple-tool:,apple:-s -k "" build.keychain - name: Sign the App @@ -69,8 +70,8 @@ jobs: path: ./target/release/bundle/osx/Ore.app release: - needs: sign name: Release + needs: sign runs-on: ubuntu-latest steps: - name: Download macOS Application Bundle