Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome committed Jan 5, 2025
1 parent 7dd42e4 commit ccab300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --verbose --release
- run: cargo build --target x86_64-unknown-linux-musl --verbose --release
- uses: actions/upload-artifact@v4
with:
name: bookshelf-api
path: target/release/bookshelf-api
path: target/x86_64-unknown-linux-musl/release/bookshelf-api

0 comments on commit ccab300

Please sign in to comment.