Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
HEUDavid committed Sep 12, 2024
1 parent 141ecbd commit 2bdf17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# 构建二进制文件
- name: Build
run: |
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v -o ./build/receivepay-${{ matrix.goos }}-${{ matrix.goarch }} ./...
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v -o ./receivepay-${{ matrix.goos }}-${{ matrix.goarch }} ./...
# 运行测试
- name: Test
Expand Down

0 comments on commit 2bdf17c

Please sign in to comment.