Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Dec 16, 2022
1 parent 697bee1 commit 71ebf81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- goarch: arm64
goos: darwin
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: README.md LICENSE.md
project_path: ./cmd

0 comments on commit 71ebf81

Please sign in to comment.