modificats els noms de release
eliminat el build macos-x64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user