modificats els noms de release
All checks were successful
Release / build-linux (push) Successful in 8m34s
Release / build-windows (push) Successful in 10m10s
Release / create-release (push) Successful in 16s

eliminat el build macos-x64
This commit is contained in:
2025-11-25 13:24:49 +01:00
parent bcb9628fb2
commit 0af29baeb0
2 changed files with 29 additions and 28 deletions

View File

@@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux-build
path: ./*-linux.tar.gz
path: ./*-linux-x64.tar.gz
# ============================================================================
# BUILD WINDOWS (Cross-Compile usando el nuevo target del Makefile)
@@ -91,7 +91,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: windows-build
path: ./*-win32-x64.zip
path: ./*-windows-x64.zip
# ============================================================================
# RELEASE