Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
systemd-resolved-docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
flaktack
systemd-resolved-docker
Commits
353cc031
Commit
353cc031
authored
2 years ago
by
Zsombor Welker
Browse files
Options
Downloads
Patches
Plain Diff
Upload SRPM artifact
parent
c8924c9b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/workflow.yml
+10
-2
10 additions, 2 deletions
.github/workflows/workflow.yml
with
10 additions
and
2 deletions
.github/workflows/workflow.yml
+
10
−
2
View file @
353cc031
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment