Compare commits

..

1 Commits

Author SHA1 Message Date
cdf628899e feat: add artifact management
All checks were successful
Build / build (pull_request) Successful in 50s
- upload/download artifacts instead of building build and deploy jobs
- updated uv package with version in url
- add ruff/0.8.1 package
2024-12-01 16:35:13 +11:00
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: |
find /workspace -type f -name "*.rpm"
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: rpms
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm

View File

@ -1 +1 @@
1
2