ikanago / omekasy

π˜Ύπ™€π™’π™’π™–π™£π™™ π™‘π™žπ™£π™š 𝙖π™₯π™₯π™‘π™žπ™˜π™–π™©π™žπ™€π™£ π•₯𝕙𝕒π•₯ π•”π• π•Ÿπ•§π•–π•£π•₯𝕀 π•’π•π•‘π•™π•’π•Ÿπ•¦π•žπ•–π•£π•šπ•” 𝕔𝕙𝕒𝕣𝕒𝕔π•₯𝕖𝕣𝕀 𝒕𝒐 π’—π’‚π’“π’Šπ’π’–π’” π’”π’•π’šπ’π’†π’” πšπšŽπšπš’πš—πšŽπš πš’πš— πš„πš—πš’πšŒπš˜πšπšŽ.
MIT License
131 stars 4 forks source link

ci: fix a bug that prebuilt binaries aren't published to GitHub Releases #48

Closed suzuki-shunsuke closed 1 year ago

suzuki-shunsuke commented 1 year ago

omekasy v1.2.1 and v1.2.2 don't have prebuilt binaries.

https://github.com/ikanago/omekasy/releases/tag/v1.2.2

image

Prebuilt binaries were built in CI, but they weren't published because the input of softprops/action-gh-release files is empty.

https://github.com/ikanago/omekasy/actions/runs/6284001639/job/17064954741

Run softprops/action-gh-release@v1
  with:
    token: ***
  env:
    PROJECT_NAME: omekasy
    PKG_PATH: omekasy-v1.2.2-x86_64-unknown-linux-gnu.tar.gz
    GITHUB_TOKEN: ***
πŸ‘©β€πŸ­ Creating new GitHub release for tag v1.2.2...
πŸ€”  not include valid file.
πŸŽ‰ Release ready at https://github.com/ikanago/omekasy/releases/tag/v1.2.2
suzuki-shunsuke commented 1 year ago

This bug was caused by the following changes.

ikanago commented 1 year ago

Thank you for your first contribution! This is really helpful fix as I could not figure out why the prebuilt binaries are not shipped. I'm going to release v1.2.3 soon.

ikanago commented 1 year ago

v1.2.3 and the prebuilt binaries are successfully shipped! I appreciate your contribution again πŸ™ https://github.com/ikanago/omekasy/releases/tag/v1.2.3