Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha authored May 5, 2022
1 parent d033ae9 commit 053ad41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
# - target: x86_64-pc-windows-gnu
# archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz
- target: x86_64-apple-darwin
archive: zip
# - target: x86_64-apple-darwin
# archive: zip
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit 053ad41

Please sign in to comment.