Merge pull request 'feat: add artifact management' (#9) from neoloc/artifacts into master
Deploy / build (push) Successful in 34s
Deploy / build (push) Successful in 34s
Reviewed-on: https://git.query.consul/unkin/rpmbuilder/pulls/9
This commit was merged in pull request #9.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user