feat: add artifact management
Build / build (pull_request) Successful in 48s

- 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:
2024-12-01 16:13:30 +11:00
parent e499d37b35
commit 9931216934
7 changed files with 81 additions and 4 deletions
+5
View File
@@ -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