Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ishowta committed Mar 10, 2024
1 parent 61e24b2 commit 59e71a8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,15 @@ on:

jobs:
release:
name: release ${{ matrix.target }}
name: Release
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile
id: compile
uses: rust-build/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
RUSTTARGET: x86_64-unknown-linux-musl
UPLOAD_MODE: none
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 59e71a8

Please sign in to comment.