Skip to content

Commit

Permalink
Fix bin renaming in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk authored May 5, 2023
1 parent d586291 commit a58c924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "::set-output name=version::$VERSION"
- name: rename bins
run: |
suffix=`echo ${{ matrix.target }} | cut -d "-" -f 0`
suffix=`echo ${{ matrix.target }} | cut -d "-" -f 1`
mv ${{ matrix.target }}/renewc renewc_$suffix
- name: changelog as release body
run: cat CHANGELOG.md | awk '/^## /{if (++c == 2) {exit}} c == 1' | tail -n +2 > ${{ github.workspace }}-CHANGELOG.txt
Expand Down

0 comments on commit a58c924

Please sign in to comment.