Skip to content

Commit 23d5659

Browse files
committed
single artifact job
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent 8359081 commit 23d5659

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/.nightly.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,9 @@ jobs:
103103
name: Artifact deb
104104
uses: actions/upload-artifact@v4
105105
with:
106-
name: nightly-deb-${{ inputs.target }}-${{ inputs.arch }}
107-
path: deb/debbuild/${{ inputs.target }}
108-
retention-days: 1
109-
-
110-
name: Artifact rpm
111-
uses: actions/upload-artifact@v4
112-
with:
113-
name: nightly-rpm-${{ inputs.target }}-${{ inputs.arch }}
114-
path: rpm/rpmbuild/${{ inputs.target }}
106+
name: nightly-${{ inputs.target }}-${{ inputs.arch }}
107+
path: |
108+
deb/debbuild/${{ inputs.target }}
109+
rpm/rpmbuild/${{ inputs.target }}
110+
static/build
115111
retention-days: 1

0 commit comments

Comments
 (0)