Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 21, 2022
1 parent 081e911 commit 177da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
- uses: actions/checkout@v2

- id: set-matrix
run: echo "::set-output name=path_matrix::$(find issues -type f -name '*.toml' -printf '%P\0' | jq -Rs '[ split("\u0000") | .[] | "issues/\(.)" ]')"
run: echo "::set-output name=path_matrix::$(find issues -type f -name '*.toml' -printf '%P\0' | jq -Rc '[ split("\u0000") | .[] | "issues/\(.)" ]')"
outputs:
path_matrix: ${{ steps.set-matrix.outputs.path_matrix }}

Expand Down

0 comments on commit 177da1a

Please sign in to comment.