Skip to content

Commit

Permalink
jesus
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-kalin committed Jan 30, 2023
1 parent e004aba commit e5b5919
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64
goos: [linux, windows]
goarch: [amd64]
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
pre_command: export GODEBUG=http2client=0

0 comments on commit e5b5919

Please sign in to comment.