Skip to content

Commit

Permalink
Update auto-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Oct 23, 2024
1 parent bdb829a commit f90a11d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: x86_64-unknown-linux-musl

- name: Build for x86_64-unknown-linux-musl
run: cargo build --release --target x86_64-unknown-linux-musl

- name: Release
uses: softprops/action-gh-release@v2
with:
files: target/x86_64-unknown-linux-musl/release/jyt
generate_release_notes: true
draft: false
env:
Expand Down

0 comments on commit f90a11d

Please sign in to comment.