ci: use bash shell for making release artifacts

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2022-06-30 18:02:23 +02:00
committed by Ron Evans
parent 0abc909739
commit b65447c7d5
+1
View File
@@ -84,6 +84,7 @@ jobs:
shell: bash
run: make test GOTESTFLAGS="-v -short"
- name: Build TinyGo release tarball
shell: bash
run: make build/release -j4
- name: Make release artifact
shell: bash