feat: artifact changes
Build / build (pull_request) Successful in 35s

- update build/deploy workflow
This commit is contained in:
2024-12-01 21:17:05 +11:00
parent 7dc3fda3b4
commit 75a9fea331
3 changed files with 30 additions and 1 deletions
+8
View File
@@ -2,6 +2,8 @@ name: Build
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
build:
@@ -21,3 +23,9 @@ jobs:
- name: Show RPMs
run: |
find /workspace -type f -name "*.rpm"
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: rpms
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm