Skip to content

Commit

Permalink
Use GoReleaser for building
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Feb 11, 2024
1 parent c1a04f8 commit f3f23f1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Build fabric
run: go build -v -o ${{ runner.temp }}/fabric
- name: Build plugins
run: go build -v -o ${{ runner.temp }}/plugins ./cmd/plugins
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean

golangci-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3f23f1

Please sign in to comment.