This commit is contained in:
iff 2024-12-18 00:14:14 +01:00
parent cc09b64b64
commit 4b67b4e8c1
7 changed files with 28 additions and 18 deletions

View file

@ -94,7 +94,7 @@ jobs:
if: ${{ matrix.rpm == true }}
run: |
cargo install cargo-generate-rpm --locked
cargo rpm -p pay-respects -o . --target ${{ matrix.target }}
cargo-generate-rpm -p core -o . --target ${{ matrix.target }}
- name: Zipping files (unix)
if: runner.os != 'Windows'