From 1b04ebe068e554c002690a69f02c57aea5315698 Mon Sep 17 00:00:00 2001 From: h1n1 Date: Sat, 20 Jun 2026 23:06:28 +0700 Subject: [PATCH 1/3] =?UTF-8?q?Fix:=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20?= =?UTF-8?q?=D0=B0=D1=80=D1=85=D0=B8=D0=B2=D0=B0=D1=86=D0=B8=D1=8E=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B4=20=D1=82=D0=B5=D0=BC=20=D0=BA=D0=B0?= =?UTF-8?q?=D0=BA=20=D0=B7=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D0=B5=D1=84=D0=B0=D0=BA=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/autobuild.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index 0a8ccc1..c0310e0 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -62,24 +62,21 @@ jobs: run: | chmod +x ${{ gitea.workspace }}/compile.sh sh ${{ gitea.workspace }}/compile.sh - zip -r release-linux.zip OUTPUT-Linux || true - zip -r release-w64.zip OUTPUT-w64 || true - zip -r release-w32.zip OUTPUT-w32 || true - name: Upload Linux Release uses: actions/upload-artifact@v3 with: - name: release-linux + name: OUTPUT-Linux path: release-linux.zip - name: Upload Windows64 Release uses: actions/upload-artifact@v3 with: - name: release-w64 + name: OUTPUT-w64 path: release-w64.zip - name: Upload Windows32 Release uses: actions/upload-artifact@v3 with: - name: release-w32 + name: OUTPUT-w32 path: release-w32.zip From b1dfcd9eda86deac9f9b7f5cac0569e754201009 Mon Sep 17 00:00:00 2001 From: h1n1 Date: Sat, 20 Jun 2026 23:14:15 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BF=D1=83=D1=82?= =?UTF-8?q?=D0=B0=D0=BB=20"name"=20=D0=B8=20"path"=20=D0=B2=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/autobuild.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index c0310e0..a2aa91b 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -66,17 +66,17 @@ jobs: - name: Upload Linux Release uses: actions/upload-artifact@v3 with: - name: OUTPUT-Linux - path: release-linux.zip + name: release-linux + path: OUTPUT-linux - name: Upload Windows64 Release uses: actions/upload-artifact@v3 with: - name: OUTPUT-w64 - path: release-w64.zip + name: release-w64 + path: OUTPUT-w64 - name: Upload Windows32 Release uses: actions/upload-artifact@v3 with: - name: OUTPUT-w32 - path: release-w32.zip + name: release-w32 + path: OUTPUT-w32 From 73c2aaadfbaee34649af93e03a76ac85de0220ae Mon Sep 17 00:00:00 2001 From: h1n1 Date: Sat, 20 Jun 2026 23:45:20 +0700 Subject: [PATCH 3/3] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D1=81=D1=8F=20?= =?UTF-8?q?=D0=B2=20=D0=BE=D0=B4=D0=BD=D0=BE=D0=B9=20=D0=B1=D1=83=D0=BA?= =?UTF-8?q?=D0=B2=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is not serious at all... Изза того что ошибся в одной букве, Linux-овая сборка не появлялась в артефактах --- .gitea/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autobuild.yaml b/.gitea/workflows/autobuild.yaml index a2aa91b..490ccc8 100644 --- a/.gitea/workflows/autobuild.yaml +++ b/.gitea/workflows/autobuild.yaml @@ -67,7 +67,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: release-linux - path: OUTPUT-linux + path: OUTPUT-Linux - name: Upload Windows64 Release uses: actions/upload-artifact@v3