fix: remove artifact upload for rpms #3

Merged
perl_d merged 1 commits from fix/ci_artifacts into main 2026-07-07 16:04:51 +02:00
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