Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mityu committed Apr 15, 2024
1 parent 612ca5f commit 535d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prebuild-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
version_string=$(./scripts/gen-version-string)
package_name="../package/yoMMD-win-${version_string}.zip"
commit_hash=$(git log -1 --format '%H')
commit_hash=$(git log -1 --format='%H')
changelog_file="../package/changelog.md"
mkdir ../package
zip $package_name yoMMD.exe
Expand Down

0 comments on commit 535d7a3

Please sign in to comment.