Skip to content

Commit

Permalink
Update build_and_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goldstar611 authored Jan 3, 2025
1 parent 50c5652 commit d02a132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
artifacts=Chirp-*.AppImage
tag=$(date +%Y%m%d)
(cd chirp; git log -5 > ../last_5_commits.txt)
gh release create --latest ${tag} -t ${tag} -F last_5_commits.txt ${artifacts}
#(cd chirp; git log -5 > ../last_5_commits.txt)
#gh release create --latest ${tag} -t ${tag} -F last_5_commits.txt ${artifacts}
gh release create --latest ${tag} -t ${tag} ${artifacts}
#if(!($?)) {
# # gh release create failed, try gh release upload instead
Expand Down

0 comments on commit d02a132

Please sign in to comment.