Skip to content

Commit

Permalink
Fix matrix parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 26, 2024
1 parent 169a041 commit c3e3ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.get-build-variants.outputs.build-variants) }}
matrix: ${{ fromJSON(needs.set-up-variants.outputs.build-variants) }}
uses: ./.github/workflows/create_dmg_variant.yml
with:
atb-variant: ${{ matrix.variant }}
Expand Down

0 comments on commit c3e3ad6

Please sign in to comment.