Create release
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 27s
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 27s
This commit is contained in:
parent
913753d558
commit
df1c5aa030
@ -7,7 +7,7 @@ on:
|
||||
- "build-[0-9]+"
|
||||
|
||||
jobs:
|
||||
build_services:
|
||||
release:
|
||||
runs-on: go-1.22
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@ -27,3 +27,10 @@ jobs:
|
||||
env:
|
||||
GOOS: 'windows'
|
||||
run: go build -v
|
||||
- name: Create release
|
||||
id: use-go-action
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
wireguard-mfa.exe
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
Loading…
Reference in New Issue
Block a user