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

create GitHub action #91

Merged
merged 4 commits into from
Feb 22, 2022
Merged

create GitHub action #91

merged 4 commits into from
Feb 22, 2022

Commits on Feb 22, 2022

  1. Create go.yml

    Efreak committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    8dc2e49 View commit details
    Browse the repository at this point in the history
  2. upload artifacts

    Efreak committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c5426ca View commit details
    Browse the repository at this point in the history
  3. use goreleaser.yml

    pass path to config file:
    this was annoying to figure out. there's no manpage or other docs for this I
    found the option at
    goreleaser/goreleaser#2644
    It's also annoying that I need this file at all; I feel that I should be able
    to pass the options to goreleaser directly, but don't know how to.
    Efreak committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c722af7 View commit details
    Browse the repository at this point in the history
  4. fix dist paths

    apparently when I use this matrix, it sets this directory differently...
    
    also fix windows binary names
    Efreak committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d0abfd6 View commit details
    Browse the repository at this point in the history