Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix a bug that prebuilt binaries aren't published to GitHub Releases
omekasy v1.2.1 and v1.2.2 don't have prebuilt binaries. https://github.com/ikanago/omekasy/releases/tag/v1.2.2 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 ```
- Loading branch information