diff options
-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 |