This commit is contained in:
Bryan Gerlach
2026-02-11 18:20:01 -06:00
parent f2b3df06fd
commit 9c9e7ccb00

View File

@@ -40,6 +40,11 @@ env:
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
jobs:
setup:
uses: ./.github/workflows/fetch-encrypted-secrets.yml
with:
zip_url_json: ${{ inputs.zip_url }}
generate-bridge:
uses: ./.github/workflows/bridge.yml
with:
@@ -48,7 +53,7 @@ jobs:
build-for-macos:
name: ${{ matrix.job.target }}
runs-on: ${{ matrix.job.os }}
needs: [generate-bridge]
needs: [generate-bridge, setup]
strategy:
fail-fast: false
matrix: