Skip to content

Commit

Permalink
single artifact job
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed Sep 5, 2024
1 parent 8359081 commit 23d5659
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,9 @@ jobs:
name: Artifact deb
uses: actions/upload-artifact@v4
with:
name: nightly-deb-${{ inputs.target }}-${{ inputs.arch }}
path: deb/debbuild/${{ inputs.target }}
retention-days: 1
-
name: Artifact rpm
uses: actions/upload-artifact@v4
with:
name: nightly-rpm-${{ inputs.target }}-${{ inputs.arch }}
path: rpm/rpmbuild/${{ inputs.target }}
name: nightly-${{ inputs.target }}-${{ inputs.arch }}
path: |
deb/debbuild/${{ inputs.target }}
rpm/rpmbuild/${{ inputs.target }}
static/build
retention-days: 1

0 comments on commit 23d5659

Please sign in to comment.