diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f539bb0..6ee76ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |