Skip to content

Commit

Permalink
fixup! fix cd to use correct os and arch to build binary (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuhaoQing authored Aug 1, 2024
1 parent 45444a1 commit d1f138f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-go@v4
- name: Build cocli
run: |
make build-binary
GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build-binary
mv bin/cocli bin/cocli-${{ matrix.os }}-${{ matrix.arch }}
- name: Upload release artifact
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d1f138f

Please sign in to comment.