diff options
author | Paramtamtam <[email protected]> | 2020-12-08 11:54:52 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2020-12-08 11:54:52 +0500 |
commit | 8ca02f90b443947a26b71efebac911b2af3b3ae1 (patch) | |
tree | 81e5b69864c718207dc0a79148a3f7cffb0a45c7 /.github | |
parent | 7231dd8ff74e29cb878a6d97404c7e4555627575 (diff) |
GitHub action updated
Diffstat (limited to '.github')
-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 |