Merge pull request 'feat: add artifact management' (#9) from neoloc/artifacts into master
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:
2024-12-01 17:43:15 +11:00
2 changed files with 2 additions and 16 deletions
-5
View File
@@ -21,8 +21,3 @@ jobs:
- name: Show RPMs - name: Show RPMs
run: | run: |
find /workspace -type f -name "*.rpm" find /workspace -type f -name "*.rpm"
- uses: actions/upload-artifact@v3
with:
name: rpms
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
+2 -11
View File
@@ -16,18 +16,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Create dist directory - name: Build Packages
run: | run: |
mkdir -p /workspace/unkin/rpmbuilder/dist make all
- 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 - name: Upload RPMs to Gitea
env: env: