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

chore: create and attach binaries on tag, release #91

Merged
merged 2 commits into from
Aug 10, 2023

Commits on Aug 10, 2023

  1. chore: create and attach binaries on tag, release

    Create binaries on push, tag creation and when a release
    has been published. Create an archive with the binary, and
    attach it to the release if a release is published. In all
    cases, attach the archive in the workflow run as an artifact.
    
    The actions/checkout@v3 action overwrites annonated tag with
    lightweight tags breaking ``git describe``. See [1], [2].
    This commit adds a workaround to restore the latest tag to
    it's original state.
    
    References:
    - [1] actions/checkout#882
    - [2] actions/checkout#290
    rebornplusplus committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    90e74d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962061d View commit details
    Browse the repository at this point in the history