Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 93215e6

Browse files
committed
Upload SRPM artifact
1 parent c8924c9 commit 93215e6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,17 @@ jobs:
8282
fetch-depth: 0
8383
- name: List contents
8484
run: git config --global --add safe.directory $(pwd)
85-
- name: Build package
85+
- name: Build SRPM
86+
run: tito build --srpm --offline
87+
- name: Save SRPM
88+
uses: actions/upload-artifact@v3
89+
with:
90+
name: SRPM package
91+
path: |
92+
/tmp/tito/*.src.rpm
93+
- name: Build RPM
8694
run: tito build --rpm --offline --test
87-
- name: Save artifacts
95+
- name: Save RPM
8896
uses: actions/upload-artifact@v3
8997
with:
9098
name: RPM package

0 commit comments

Comments
 (0)