Skip to content

Commit

Permalink
ci: release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 21, 2024
1 parent 082e0d2 commit e5a8b9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and release

on:
push:
Expand All @@ -13,5 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: "x86_64-unknown-linux-musl"

0 comments on commit e5a8b9a

Please sign in to comment.