Skip to content

Commit

Permalink
Merge pull request #2 from oposs/src_cleanup
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
oetiker authored Dec 16, 2022
2 parents 9e3f510 + 71ebf81 commit c00acfd
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 c00acfd

Please sign in to comment.