From 63c47e1f955606d2bed541e115f36d1eb782a556 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Wed, 13 May 2026 12:17:51 +0200 Subject: [PATCH] =?UTF-8?q?-=20[FIX]=20Arreglats=20errors=20en=20els=20scr?= =?UTF-8?q?ipt=20de=20publicaci=C3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- do_release.bat | 3 +++ publish_gitea.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 publish_gitea.sh diff --git a/do_release.bat b/do_release.bat index bd5399c..c2d0ec1 100644 --- a/do_release.bat +++ b/do_release.bat @@ -8,6 +8,9 @@ IF "%1"=="" ( set PARAM=%1 +echo Obteniendo última versión... +git pull || exit /b 1 + echo Compilando windows... g++ main.cpp -O3 -o lagueirto.exe || exit /b 1 diff --git a/publish_gitea.sh b/publish_gitea.sh old mode 100644 new mode 100755 index 2a67cff..88a066f --- a/publish_gitea.sh +++ b/publish_gitea.sh @@ -43,7 +43,7 @@ echo "Release creado con ID: $RELEASE_ID" echo "=== Subiendo artefactos ===" for f in lagueirto_v${VERSION}_linux.tar.gz \ - lagueirto_v${VERSION}_win32-x64.zip \ + lagueirto_v${VERSION}_win32-x64.zip do echo "Subiendo $f..." curl -s -X POST \