Skip to content

Commit

Permalink
release all the rpm generated
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 25, 2023
1 parent f9b7f5c commit 5f0f964
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5f0f964

Please sign in to comment.