Skip to content

Commit

Permalink
fix(ci): prepare action
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Aug 29, 2023
1 parent 1db686a commit b6913ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ runs:
id: setup_platforms
shell: bash
run: |
MATRIX="${{ steps.matrix.outputs.matrix }}"
PLATFORMS=$(echo "${{ steps.setup-matrix.outputs.matrix }}" | jq -r '.[] | .platform' | paste -sd "," -)
PLATFORMS=$(echo "${{ steps.setup_matrix.outputs.matrix }}" | jq -r '.[] | .platform' | paste -sd "," -)
echo "platforms=$PLATFORMS" >> $GITHUB_OUTPUT

0 comments on commit b6913ae

Please sign in to comment.