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}}'