Skip to content

Commit

Permalink
Merge pull request #2 from haipro287/main
Browse files Browse the repository at this point in the history
fix: static link in release.yml
  • Loading branch information
0x5ea000000 authored Feb 23, 2024
2 parents d9171dc + ded350d commit b061bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
include:
- target: x86_64-pc-windows-gnu
archive: zip
static_link: false
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
static_link: false
- target: x86_64-apple-darwin
archive: zip
static_link: false
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -28,3 +31,4 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
STATIC_LINK: ${{matrix.static_link}}

0 comments on commit b061bd7

Please sign in to comment.