Skip to content

Commit

Permalink
feat: generate rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 14, 2024
1 parent b9bad06 commit a69e7c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
cargo install cargo-deb
cargo deb -o protontweaks.deb
- name: Build RPM (linux)
if: matrix.build == 'linux'
run: |
cargo install cargo-generate-rpm
cargo generate-rpm -o protontweaks.rpm
- name: Rename Binaries (linux / macos)
if: matrix.build != 'windows'
run: mv target/${{ matrix.target }}/release/protontweaks target/${{ matrix.target }}/release/protontweaks-${{ matrix.target }}
Expand All @@ -83,3 +89,4 @@ jobs:
target/${{ matrix.target }}/release/protontweaks.exe
target/${{ matrix.target }}/release/protontweaks-${{ matrix.target }}
protontweaks.deb
protontweaks.rpm

0 comments on commit a69e7c4

Please sign in to comment.