Skip to content

Commit

Permalink
Fix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Dec 26, 2024
1 parent 88acc1b commit b420a52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ jobs:
sed -i 's/{{ COLUMNAR_VERSION }}/${{ env.COLUMNAR_VERSION }}/g' $spec_file
sed -i 's/{{ GALERA_NAME }}/${{ env.GALERA_NAME }}/g' $spec_file
sed -i 's/{{ GALERA_VERSION }}/${{ env.GALERA_VERSION }}/g' $spec_file
sed -i 's/{{ LOAD_NAME }}/${{ env.LOAD_NAME }}/g' $spec_file
sed -i 's/{{ LOAD_VERSION }}/${{ env.LOAD_VERSION }}/g' $spec_file
tar czf tmp.tar.gz "${{ env.EXTRA_NAME }}/"
mkdir -p "$RPMBUILD_SOURCE_DIR"
Expand Down

0 comments on commit b420a52

Please sign in to comment.