Skip to content

Commit

Permalink
fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Jun 5, 2024
1 parent e2a52ee commit 9a8e36d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:

jobs:
release:
name: release ${{ github.event.release.tag_name }}
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-unknown-linux-musl]
include:
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -18,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
ARCHIVE_TYPES: ${{ matrix.archive }}

0 comments on commit 9a8e36d

Please sign in to comment.