Merge pull request 'feat: add artifact management' (#9) from neoloc/artifacts into master
All checks were successful
Deploy / build (push) Successful in 34s

Reviewed-on: https://git.query.consul/unkin/rpmbuilder/pulls/9
This commit is contained in:
Ben Vincent 2024-12-01 17:43:15 +11:00
commit 7dc3fda3b4
2 changed files with 2 additions and 16 deletions

View File

@ -21,8 +21,3 @@ 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

View File

@ -16,18 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Create dist directory
- name: Build Packages
run: |
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"
make all
- name: Upload RPMs to Gitea
env: