From 23d56599149918c966ce07d33a3bbbeeec4ce4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 5 Sep 2024 12:58:04 +0200 Subject: [PATCH] single artifact job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- .github/workflows/.nightly.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/.nightly.yml b/.github/workflows/.nightly.yml index d507be7a6a..a3100dda71 100644 --- a/.github/workflows/.nightly.yml +++ b/.github/workflows/.nightly.yml @@ -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