feat: add artifact management
All checks were successful
Build / build (pull_request) Successful in 36s
All checks were successful
Build / build (pull_request) Successful in 36s
- upload/download artifacts instead of building build and deploy jobs - updated uv package with version in url - add ruff/0.8.1 package
This commit is contained in:
parent
8e052bbea6
commit
519bbd6bb6
@ -22,7 +22,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
find /workspace -type f -name "*.rpm"
|
find /workspace -type f -name "*.rpm"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rpms
|
name: rpms
|
||||||
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
|
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
|
||||||
|
|||||||
@ -20,7 +20,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p /workspace/unkin/rpmbuilder/dist
|
mkdir -p /workspace/unkin/rpmbuilder/dist
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- name: Download Artifacts
|
||||||
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: rpms
|
name: rpms
|
||||||
path: /workspace/unkin/rpmbuilder/dist/
|
path: /workspace/unkin/rpmbuilder/dist/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user