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

View File

@ -23,7 +23,6 @@ jobs:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: rpms name: rpms
path: /workspace/unkin/rpmbuilder/dist/
- name: Show RPMs - name: Show RPMs
run: | run: |