Skip to content
Snippets Groups Projects
Commit 353cc031 authored by Zsombor Welker's avatar Zsombor Welker
Browse files

Upload SRPM artifact

parent c8924c9b
No related branches found
No related tags found
No related merge requests found
...@@ -82,9 +82,17 @@ jobs: ...@@ -82,9 +82,17 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: List contents - name: List contents
run: git config --global --add safe.directory $(pwd) run: git config --global --add safe.directory $(pwd)
- name: Build package - name: Build SRPM
run: tito build --srpm --offline --test
- name: Save SRPM
uses: actions/upload-artifact@v3
with:
name: SRPM package
path: |
/tmp/tito/*.src.rpm
- name: Build RPM
run: tito build --rpm --offline --test run: tito build --rpm --offline --test
- name: Save artifacts - name: Save RPM
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: RPM package name: RPM package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment