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

fix: restore release assets name #437

Merged
merged 3 commits into from
Mar 1, 2023
Merged

Conversation

watarukura
Copy link
Contributor

@watarukura watarukura commented Feb 28, 2023

Closes #436

⚡ Summary

☑️ Checklist

  • Check locally
  • Add tests

@watarukura watarukura marked this pull request as ready for review February 28, 2023 01:13
@watarukura
Copy link
Contributor Author

❯ goreleaser release --skip-publish
  • starting release...
  • loading config file                              file=.goreleaser.yml
  • loading environment variables
  • getting and validating git state
    • building...                                    commit=499c806fec0323c2dc9fbfdd70620520a5954d01 latest tag=v1.3.3
  • parsing tag
  • setting defaults
      • DEPRECATED: `archives.rlcp` will be the default soon, check https://goreleaser.com/deprecations#archivesrlcp for more info
  • running before hooks
    • running                                        hook=go generate ./...
    • took: 6s
  • checking distribution directory
  • loading go mod information
  • build prerequisites
  • writing effective config file
    • writing                                        config=dist/config.yaml
  • building binaries
    • building                                       binary=dist/lefthook_freebsd_arm64/lefthook
    • building                                       binary=dist/lefthook_linux_amd64_v1/lefthook
    • building                                       binary=dist/lefthook_windows_arm64/lefthook.exe
    • building                                       binary=dist/lefthook_linux_arm64/lefthook
    • building                                       binary=dist/lefthook_freebsd_amd64_v1/lefthook
    • building                                       binary=dist/lefthook_windows_amd64_v1/lefthook.exe
    • building                                       binary=dist/lefthook_darwin_amd64_v1/lefthook
    • building                                       binary=dist/lefthook_darwin_arm64/lefthook
    • took: 41s
  • generating changelog
    • writing                                        changelog=dist/CHANGELOG.md
  • archives
    • creating                                       archive=dist/lefthook_1.3.3_Windows_x86_64.gz
    • creating                                       archive=dist/lefthook_1.3.3_Freebsd_x86_64.gz
    • creating                                       archive=dist/lefthook_1.3.3_Freebsd_arm64.gz
    • creating                                       archive=dist/lefthook_1.3.3_Windows_arm64.gz
    • skip archiving                                 binary=lefthook name=lefthook_1.3.3_Linux_arm64
    • skip archiving                                 binary=lefthook.exe name=lefthook_1.3.3_Windows_x86_64.exe
    • skip archiving                                 binary=lefthook name=lefthook_1.3.3_Freebsd_x86_64
    • skip archiving                                 binary=lefthook name=lefthook_1.3.3_Linux_x86_64
    • skip archiving                                 binary=lefthook name=lefthook_1.3.3_Freebsd_arm64
    • skip archiving                                 binary=lefthook name=lefthook_1.3.3_MacOS_x86_64
    • skip archiving                                 binary=lefthook.exe name=lefthook_1.3.3_Windows_arm64.exe
    • skip archiving                                 binary=lefthook name=lefthook_1.3.3_MacOS_arm64
    • creating                                       archive=dist/lefthook_1.3.3_MacOS_arm64.gz
    • creating                                       archive=dist/lefthook_1.3.3_Linux_arm64.gz
    • creating                                       archive=dist/lefthook_1.3.3_Linux_x86_64.gz
    • creating                                       archive=dist/lefthook_1.3.3_MacOS_x86_64.gz
    • took: 2s
  • linux packages
    • creating                                       arch=amd64v1 file=dist/lefthook_1.3.3_amd64.deb format=deb package=lefthook
    • creating                                       arch=arm64 file=dist/lefthook_1.3.3_arm64.rpm format=rpm package=lefthook
    • creating                                       arch=amd64v1 file=dist/lefthook_1.3.3_amd64.rpm format=rpm package=lefthook
    • creating                                       arch=arm64 file=dist/lefthook_1.3.3_arm64.deb format=deb package=lefthook
  • snapcraft packages
❯ ls dist/
CHANGELOG.md                      lefthook_1.3.3_amd64.rpm
config.yaml                       lefthook_1.3.3_arm64.deb
lefthook_1.3.3_Freebsd_arm64.gz   lefthook_1.3.3_arm64.rpm
lefthook_1.3.3_Freebsd_x86_64.gz  lefthook_darwin_amd64_v1
lefthook_1.3.3_Linux_arm64.gz     lefthook_darwin_arm64
lefthook_1.3.3_Linux_x86_64.gz    lefthook_freebsd_amd64_v1
lefthook_1.3.3_MacOS_arm64.gz     lefthook_freebsd_arm64
lefthook_1.3.3_MacOS_x86_64.gz    lefthook_linux_amd64_v1
lefthook_1.3.3_Windows_arm64.gz   lefthook_linux_arm64
lefthook_1.3.3_Windows_x86_64.gz  lefthook_windows_amd64_v1
lefthook_1.3.3_amd64.deb          lefthook_windows_arm64

@mrexox mrexox changed the title restore release assets name fix: restore release assets name Mar 1, 2023
@mrexox mrexox merged commit c1ca625 into evilmartians:master Mar 1, 2023
This was referenced Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aqua install error
2 participants