Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGustav authored Feb 22, 2024
1 parent accb884 commit 34c77bb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
rpm:
name: release x86_64-unknown-linux-musl.rpm package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: setup cargo
run: cargo install cargo-generate-rpm

- name: build release
run: cargo b -r
run: |
cargo clean
cargo b -r
- name: generate rpm package
run: cargo generate-rpm
Expand Down

0 comments on commit 34c77bb

Please sign in to comment.