Skip to content

Commit

Permalink
add tar.gz release for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdallas authored Nov 7, 2022
1 parent e0b3d27 commit 1dbbd32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
archive: tar.gz
- target: x86_64-apple-darwin
archive: zip
archive: tar.gz zip
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -24,4 +24,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_TYPES: ${{ matrix.archive }}

0 comments on commit 1dbbd32

Please sign in to comment.