From df1c5aa0302e95f8c1bcbffef359e871c4fa9e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 11 Jun 2024 14:18:39 +0200 Subject: [PATCH] Create release --- .gitea/workflows/build.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6dcc781..8652c54 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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}}'