Create release
Some checks failed
Wireguard MFA Windows Agent build / release (push) Failing after 27s

This commit is contained in:
Magnus Åhall 2024-06-11 14:18:39 +02:00
parent 913753d558
commit df1c5aa030

View File

@ -7,7 +7,7 @@ on:
- "build-[0-9]+" - "build-[0-9]+"
jobs: jobs:
build_services: release:
runs-on: go-1.22 runs-on: go-1.22
steps: steps:
- name: Check out repository code - name: Check out repository code
@ -27,3 +27,10 @@ jobs:
env: env:
GOOS: 'windows' GOOS: 'windows'
run: go build -v 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}}'