Skip to content

Commit

Permalink
Add missing shell for copy artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Feb 10, 2024
1 parent a0e317a commit 0462ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
cp target/release/${{ matrix.platform.bin }} ${{ needs.release.outputs.pkg-name }}/${{ matrix.platform.bin }}
tar -zcvf ${{ matrix.platform.name }} ${{ needs.release.outputs.pkg-name }}/
fi
shell: bash

- name: Upload Asset to Release
run: |
Expand Down

0 comments on commit 0462ce4

Please sign in to comment.