From 5f0f9646982ff59a2b8ca87a90e3d2b1c9cc25e1 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Wed, 25 Oct 2023 15:12:36 +0200 Subject: [PATCH] release all the rpm generated --- .github/workflows/release.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10d93bf..84a4c39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,23 +89,14 @@ jobs: commit_user_name: CERNBox Admins Bot commit_user_email: cernbox-admins@cern.ch tagging_message: v${{ env.version }} - - name: Download artifacts zip + - name: Download artifacts id: download uses: actions/download-artifact@v3 - - name: Unzip artifact - env: - ARTIFACT_PATH: ${{ steps.download.outputs.download-path }} - run: | - set -x - ls -R - apt update && apt install unzip - mkdir /artifacts - unzip "$ARTIFACT_PATH" -d /artifacts - name: Release uses: softprops/action-gh-release@v1 with: draft: false prerelease: false - files: /artifacts/* + files: ${{ steps.download.outputs.download-path }}/cernbox-revad/* name: Version ${{ env.version }} tag_name: v${{ env.version }} \ No newline at end of file