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