Skip to content

Commit

Permalink
ci: Fix releaser script fails to package executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mityu committed Feb 1, 2025
1 parent 9ea9e2f commit d27b914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-prebuild-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
commit_hash=$(git log -1 --format='%H')
changelog_file="../package/changelog.md"
mkdir ../package
mv release/yoMMD.exe yoMMD.exe
zip $package_name yoMMD.exe
echo "Version: $version_string" > $changelog_file
echo "Documents:" >> $changelog_file
Expand Down

0 comments on commit d27b914

Please sign in to comment.