Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Mar 27, 2024
1 parent 9c462b3 commit dcc5ac5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- shell: bash
run: make deps.header
- shell: bash
run: make deps.linux.${{ matrix.goarch }}
- uses: lmangani/go-release-action@v1.37-ubuntu
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.20.2.linux-amd64.tar.gz"
pre_command: export CGO_ENABLED=1; make deps.linux.${{ matrix.goarch }}
pre_command: export CGO_ENABLED=1
project_path: "."
binary_name: "quackpipe"
asset_name: quackpipe-${{ matrix.goarch }}
Expand Down

0 comments on commit dcc5ac5

Please sign in to comment.