Skip to content

Commit

Permalink
Comment out set-matrix run command and add new run
Browse files Browse the repository at this point in the history
command to set matrix output.
  • Loading branch information
rwaffen committed Nov 9, 2023
1 parent 5fb0114 commit dffcaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- id: set-matrix
run: |
echo "::set-output name=matrix::$(cat build_versions.json | jq '. | tostring')"
# run: echo "::set-output name=matrix::$(cat build_versions.json | jq '. | tostring')"
run: echo "matrix=$(cat build_versions.json | jq '. | tostring')" >> $GITHUB_OUTPUT

build_job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dffcaff

Please sign in to comment.