Skip to content

Commit

Permalink
Added log in the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed May 6, 2024
1 parent 8a5b4f3 commit 6a1b1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
cd ../reva-release
go run prepare_release.go -author "cernbox-admins[bot]" -email "[email protected]" -reva-version "$REVAVER"
echo "version=$(awk '$1 == "Version:" {print $2}' cernbox-revad.spec)" >> $GITHUB_ENV
echo "Reva version is "\""$REVAVER"\"
- name: Copy necessary files for building the RPMs
run: |
cp reva-release/Makefile reva/Makefile.rpm
Expand Down

0 comments on commit 6a1b1d3

Please sign in to comment.