From b96f00c847d4f4472350143e8d73ca7c0d44df22 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Thu, 14 May 2026 20:11:54 -0500 Subject: [PATCH] fixes --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8de4d44..ba96efc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -47,9 +47,9 @@ jobs: path: release-artifacts/* - name: Create Gitea Release - # This only runs if the push was a tag if: startsWith(github.ref, 'refs/tags/') - uses: https://gitea.com/actions/release-action@v1 + # Change @v1 to @main + uses: https://gitea.com/actions/release-action@main with: files: | release-artifacts/escape_room_server-x86_64