Skip to content

Commit

Permalink
fix release ci (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa authored May 12, 2024
1 parent b6950e2 commit bc0da2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
target: x86_64-unknown-linux-musl
artifact_name: ksnotify
asset_name: ksnotify-x86_64-unknown-linux-musl
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
artifact_name: bqvalid.exe
asset_name: ksnotify-x86_64-pc-windows-gnu.exe
- os: macos-latest
target: x86_64-apple-darwin
artifact_name: ksnotify
Expand All @@ -38,6 +42,7 @@ jobs:
rustup toolchain install stable --profile minimal
rustup default stable
cargo install cross
rustup target add ${{ matrix.target }}
- name: Cross build with all features
run: cross build --release --target ${{ matrix.target }} --all-features --verbose
Expand Down

0 comments on commit bc0da2c

Please sign in to comment.