Skip to content

Commit

Permalink
temporarily commented out rmp package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed May 15, 2023
1 parent eed558d commit d45046d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build_and_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release

- name: Package for Debian-based Linux distros
if: matrix.os == 'ubuntu-latest'
Expand All @@ -40,13 +41,13 @@ jobs:
mkdir artifacts
mv target/debian/*.deb artifacts/
- name: Package for RPM-based Linux distros
if: matrix.os == 'ubuntu-latest'
run: |
cargo install cargo-generate-rpm
cargo generate-rpm
mkdir artifacts
mv target/generate-rpm/*.rpm artifacts/
# - name: Package for RPM-based Linux distros
# if: matrix.os == 'ubuntu-latest'
# run: |
# cargo install cargo-generate-rpm
# cargo generate-rpm
# mkdir artifacts
# mv target/generate-rpm/*.rpm artifacts/

# - name: Package Universal DMG for macOS
# if: matrix.os == 'macOS-latest'
Expand Down

0 comments on commit d45046d

Please sign in to comment.