From 7ac375e5b47d13a94766f06e1a9ec4d830c295b8 Mon Sep 17 00:00:00 2001 From: h1n1 Date: Sat, 13 Jun 2026 23:57:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20gi?= =?UTF-8?q?tea.workspace=20=D1=82=D0=B0=D0=BC=20=D0=B3=D0=B4=D0=B5=20?= =?UTF-8?q?=D1=82=D1=80=D0=B5=D0=B1=D1=83=D0=B5=D1=82=D1=81=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/autobuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index c83c028..c7f42b2 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -21,10 +21,10 @@ jobs: cd .. - name: Make compile script executable - run: chmod +x ./compile.sh + run: chmod +x ${{ gitea.workspace }}/compile.sh - name: Compile run: | - ./compile.sh + sh ${{ gitea.workspace }}/compile.sh zip -r release-linux.zip OUTPUT-Linux || true zip -r release-w64.zip OUTPUT-w64 || true \ No newline at end of file