From 5007a1047a2c1e251c8ce998f5d9c63d693a10a2 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Mon, 30 Sep 2024 19:22:22 -0700 Subject: [PATCH] Added vcpkg. --- .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 fc8e013..965be5f 100644 --- a/.gitea/workflows/BuildRelease.yaml +++ b/.gitea/workflows/BuildRelease.yaml @@ -49,7 +49,7 @@ jobs: with: files: |- ehs-windows-amd64.zip - api_key: '${{secrets.RELEASE_TOKEN}}' + token: '${{secrets.RELEASE_TOKEN}}' Linux-AMD64-Build: runs-on: linux-x86_64