Compare commits

..

1 Commits

Author SHA1 Message Date
1bf0b8c049 feat: add artifact management
Some checks failed
Build / build (pull_request) Failing after 42s
- 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:16:27 +11:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
2 1