Skip to content

Commit

Permalink
Merge pull request #199 from h3poteto/revert-195-change_build_to_gore…
Browse files Browse the repository at this point in the history
…leaser

Revert "add goreleaser files && optimze size of binaries "
  • Loading branch information
h3poteto authored Feb 1, 2023
2 parents 701e1c9 + b89b9d2 commit f2503a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 46 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: install dependencies
run: go mod download
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: v1.11.5
args: release --rm-dist
- name: Make all
run: make all VERSION=${GITHUB_REF##*/}
- name: Upload release binaries
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./bin/*"]'
37 changes: 0 additions & 37 deletions .goreleaser.yaml

This file was deleted.

0 comments on commit f2503a5

Please sign in to comment.