Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome committed Jan 18, 2023
1 parent f1ac5ba commit 947df94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
matrix:
include:
- target: x86_64-pc-windows-gnu
output: mcwpack-windows.zip
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
output: mcwpack-linux.tar.gz
archive: tar.gz
- target: x86_64-apple-darwin
output: mcwpack-macos.zip
archive: zip
steps:
- uses: actions/checkout@master
Expand All @@ -27,3 +30,5 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_NAME: ${{ matrix.output }}
EXTRA_FILES: "README.md LICENSE"

0 comments on commit 947df94

Please sign in to comment.