Skip to content

Commit

Permalink
change condition to generate AUR and RPM if: inputs.upload_artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Oct 23, 2024
1 parent 5ddb5ed commit 9cff6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cargo install cargo-generate-rpm
- name: run cargo aur and generate-rpm
if: matrix.os == 'ubuntu-latest'
if: inputs.upload_artifacts
run: |
cargo aur
cargo generate-rpm
Expand Down

0 comments on commit 9cff6ef

Please sign in to comment.