Skip to content

Commit

Permalink
new logic for last_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 4, 2024
1 parent 960c326 commit d0fddb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
echo "Build full set of tools"
make release
last_changes=`make last_changes`
cat ${last_changes}
make last_changes
last_changes=`cat last_changes.txt`
echo "LAST_CHANGES=${last_changes}" >> $GITHUB_ENV
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ changes:
./gen_release_log.sh

last_changes:
./extract_last_changes.sh
./extract_last_changes.sh 2>&1 1>& last_changes.txt

release: clean build_amd64 build_arm64 build_windows build_power8 build_darwin tarball changes

0 comments on commit d0fddb7

Please sign in to comment.