Skip to content

Commit

Permalink
Fix build matrix generation in main.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Nov 9, 2023
1 parent 65e82ef commit 3af28e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- id: set-matrix
# run: echo "::set-output name=matrix::$(cat build_versions.json | jq '. | tostring')"
run: echo "matrix=$(cat build_versions.json | jq '. | tostring')" >> $GITHUB_OUTPUT
run: echo "matrix=$(cat build_versions.json | jq -r)" >> $GITHUB_OUTPUT

build_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3af28e1

Please sign in to comment.