Skip to content

Commit 9505916

Browse files
authored
Merge pull request #1144 from nasso/master
Use `bash` to create release tarballs
2 parents da888da + 72ced81 commit 9505916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
mv wasm-pack-init.exe ${{ env.RELEASE_DIR }}
9797
9898
- name: Create tarball
99+
shell: bash
99100
run: 7z a -ttar -so -an ./${{ env.RELEASE_DIR }}/${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }} | 7z a -si ./${{ env.RELEASE_DIR }}/${{ env.RELEASE_BIN }}-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}.tar.gz
100101

101102
- name: Upload Zip

0 commit comments

Comments
 (0)