Fixed build flags, bumped to v3
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 15s
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 15s
This commit is contained in:
parent
dfcbf976c0
commit
cfb5e0f9e0
@ -19,7 +19,8 @@ jobs:
|
||||
- name: Compile go binaries
|
||||
env:
|
||||
GOOS: 'windows'
|
||||
run: go build -v
|
||||
GOARCH: 'amd64'
|
||||
run: go build -v -ldflags -H=windowsgui
|
||||
- name: Create release
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
|
Loading…
Reference in New Issue
Block a user