- 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:
@@ -21,3 +21,8 @@ jobs:
|
||||
- name: Show RPMs
|
||||
run: |
|
||||
find /workspace -type f -name "*.rpm"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: rpms
|
||||
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
|
||||
|
||||
Reference in New Issue
Block a user