Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 10, 2023
Merged

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

merged 1 commit into from
Nov 10, 2023

Commits on Nov 3, 2023

  1. 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
    ```
    suzuki-shunsuke committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4f3c10d View commit details
    Browse the repository at this point in the history