Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlucasvieira committed Jan 25, 2024
1 parent c98c664 commit e5ed5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
archive: tar.gz zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz zip
- target: x86_64-apple-darwin
archive: zip
archive: tar.gz zip
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit e5ed5fd

Please sign in to comment.