Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbidib authored Sep 11, 2024
1 parent 2668c5e commit 0be7644
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 @@ -21,7 +21,7 @@ jobs:
run: go version
- name: Build Go executable
run: |
go build -o cmddir.exe ./main.go # 根据实际情况修改路径和文件名
GOOS=windows GOARCH=amd64 go build -o cmddir.exe ./main.go
- name: Upload executable as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0be7644

Please sign in to comment.