fix: remove artifact upload for rpms
Check and Lint / Check (pull_request) Successful in 20s
Check and Lint / Clippy (pull_request) Successful in 20s
Check and Lint / Rustfmt (pull_request) Successful in 25s
Test and Coverage / Test (pull_request) Successful in 20s
Check and Lint / Rustfmt (push) Successful in 14s
Check and Lint / Check (push) Successful in 27s
Check and Lint / Clippy (push) Successful in 28s
Check and Lint / Build RPM (pull_request) Successful in 2m43s
Check and Lint / Build RPM (push) Successful in 1m46s
Test and Coverage / Coverage (pull_request) Successful in 3m52s
Release / Build and push RPM (push) Failing after 2m35s
Test and Coverage / Coverage (push) Successful in 3m26s
Test and Coverage / Test (push) Successful in 29s

This commit was merged in pull request #3.
This commit is contained in:
2026-07-07 15:59:26 +02:00
parent f4fe889956
commit ac5baf720e
2 changed files with 0 additions and 9 deletions
-4
View File
@@ -54,7 +54,3 @@ jobs:
strip -s target/release/aarel
cargo install cargo-generate-rpm
cargo generate-rpm
- uses: https://github.com/actions/upload-artifact@v3
with:
name: rpm
path: target/generate-rpm/*.rpm
-5
View File
@@ -28,11 +28,6 @@ jobs:
cargo install cargo-generate-rpm
cargo generate-rpm
- uses: actions/upload-artifact@v3
with:
name: rpm
path: target/generate-rpm/*.rpm
- name: Push to Gitea RPM registry
run: |
for pkg in target/generate-rpm/*.rpm; do