Merge pull request 'feat: add artifact management' (#9) from neoloc/artifacts into master
All checks were successful
Deploy / build (push) Successful in 34s
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:
commit
7dc3fda3b4
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user