- [FIX] Arreglats errors en els script de publicació
This commit is contained in:
@@ -8,6 +8,9 @@ IF "%1"=="" (
|
|||||||
|
|
||||||
set PARAM=%1
|
set PARAM=%1
|
||||||
|
|
||||||
|
echo Obteniendo última versión...
|
||||||
|
git pull || exit /b 1
|
||||||
|
|
||||||
echo Compilando windows...
|
echo Compilando windows...
|
||||||
g++ main.cpp -O3 -o lagueirto.exe || exit /b 1
|
g++ main.cpp -O3 -o lagueirto.exe || exit /b 1
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
+1
-1
@@ -43,7 +43,7 @@ echo "Release creado con ID: $RELEASE_ID"
|
|||||||
echo "=== Subiendo artefactos ==="
|
echo "=== Subiendo artefactos ==="
|
||||||
|
|
||||||
for f in lagueirto_v${VERSION}_linux.tar.gz \
|
for f in lagueirto_v${VERSION}_linux.tar.gz \
|
||||||
lagueirto_v${VERSION}_win32-x64.zip \
|
lagueirto_v${VERSION}_win32-x64.zip
|
||||||
do
|
do
|
||||||
echo "Subiendo $f..."
|
echo "Subiendo $f..."
|
||||||
curl -s -X POST \
|
curl -s -X POST \
|
||||||
|
|||||||
Reference in New Issue
Block a user