Skip to content

Commit

Permalink
add missing env vars for release
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Jul 15, 2021
1 parent 0f9ba39 commit b591db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-binary-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
args: crowdsec-cloudflare-bouncer-${{ env.GOOS }}-${{ env.GOARCH }}.tgz application/x-gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
build-static-binary-package:
name: Build and upload static binary package
runs-on: ubuntu-latest
Expand All @@ -58,3 +60,5 @@ jobs:
args: crowdsec-cloudflare-bouncer-${{ env.GOOS }}-${{ env.GOARCH }}-static.tgz application/x-gzip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}

0 comments on commit b591db0

Please sign in to comment.