Skip to content

Commit

Permalink
Change release artifacts to use .tar.gz in all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 14, 2024
1 parent fcfe6c0 commit 15700b1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz
- target: x86_64-apple-darwin
archive: zip
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -23,7 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_TYPES: tar.gz
publish:
runs-on: ubuntu-latest
steps:
Expand All @@ -34,4 +31,4 @@ jobs:
override: true
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CRATE_AUTH_TOKEN }}
registry-token: ${{ secrets.CRATE_AUTH_TOKEN }}

0 comments on commit 15700b1

Please sign in to comment.