From 37e3ca9360b32b7976016781c817c6f8f3cd87d9 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Tue, 1 Oct 2024 19:58:35 -0700 Subject: [PATCH] Fixed workflow for Windows. --- .gitea/workflows/BuildRelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/BuildRelease.yaml b/.gitea/workflows/BuildRelease.yaml index 13c4fc9..c2586c4 100644 --- a/.gitea/workflows/BuildRelease.yaml +++ b/.gitea/workflows/BuildRelease.yaml @@ -52,7 +52,7 @@ jobs: with: files: |- ehs-windows-amd64.zip - token: '${{secrets.RELEASE_TOKEN}}' + api_key: '${{secrets.RELEASE_TOKEN}}' Linux-AMD64-Build: runs-on: linux-x86_64