Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail2sky authored Oct 24, 2024
1 parent e8de07c commit d66290e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Build binary
run: |
GOARCH=${{ matrix.arch }}
CGO_ENABLED=0
GOOS=linux go build -o bbx-${GOARCH}
- name: Upload binaries
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
tag_name: test
files: |
bbx-amd64
bbx-arm64
Expand Down

0 comments on commit d66290e

Please sign in to comment.