Skip to content

Commit

Permalink
update. Github Actions Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Nov 10, 2024
1 parent 2c68595 commit 0e241ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
strategy:
matrix:
include:
- target: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-gnu-targz
os: ubuntu-latest
ext: tar.gz
- target: x86_64-unknown-linux-musl-targz
Expand All @@ -221,13 +221,13 @@ jobs:
- target: x86_64-unknown-linux-musl-deb
os: ubuntu-latest
ext: deb
- target: x86_64-apple-darwin
- target: x86_64-apple-darwin-targz
os: macos-latest
ext: tar.gz
- target: aarch64-apple-darwin
- target: aarch64-apple-darwin-targz
os: macos-latest
ext: tar.gz
- target: x86_64-pc-windows-gnu
- target: x86_64-pc-windows-gnu-zip
os: ubuntu-latest
ext: zip
needs: [create-release]
Expand Down

0 comments on commit 0e241ef

Please sign in to comment.