fix: remove artifact upload for rpms #3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user