diff options
author | deadprogram <[email protected]> | 2022-06-30 18:02:23 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-06-30 23:30:48 +0200 |
commit | b65447c7d567eea495805656f45472cc3c483e03 (patch) | |
tree | 4ab3232d36b5cf791eef9c4f5c395fb0f2d55bc9 /.github | |
parent | 0abc9097393f942da58d0857df114e0a10aec2ac (diff) | |
download | tinygo-b65447c7d567eea495805656f45472cc3c483e03.tar.gz tinygo-b65447c7d567eea495805656f45472cc3c483e03.zip |
ci: use bash shell for making release artifactsv0.24.0
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0238c31ee..49aff5d68 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 |