diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55525260..b1cd83ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: arch: amd64 - os: '' compiler: musl-gcc # more info: <https://musl.libc.org/> - archiver: tar + archiver: zip arch: amd64 steps: - name: Set up Go |