Skip to content

Commit

Permalink
lol do I even know bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Sep 19, 2023
1 parent 128bfd0 commit 3b7f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-dist/templates/ci/github_ci.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: |
cargo dist linkage ${{ matrix.dist_args }} --print-output --print-json > linkage.json
echo "linkage=${cat linkage.json}" >> "${GITHUB_OUTPUT}"
echo "linkage=$(cat linkage.json)" >> "${GITHUB_OUTPUT}"
- name: "Upload artifacts"
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3b7f18e

Please sign in to comment.