- 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:
@@ -16,9 +16,18 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build Packages
|
||||
- name: Create dist directory
|
||||
run: |
|
||||
make all
|
||||
mkdir -p /workspace/unkin/rpmbuilder/dist
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: rpms
|
||||
path: /workspace/unkin/rpmbuilder/dist/
|
||||
|
||||
- name: Show RPMs
|
||||
run: |
|
||||
find /workspace -type f -name "*.rpm"
|
||||
|
||||
- name: Upload RPMs to Gitea
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user