mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
fix artifacts att 3
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -47,11 +47,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: mcpe-windows
|
name: mcpe-windows
|
||||||
path: |
|
path: |
|
||||||
'${{github.workspace}}/build/MinecraftPE.exe'
|
${{github.workspace}}/build/$env:BUILD_TYPE/MinecraftPE.exe
|
||||||
'${{github.workspace}}/build/glfw3.dll'
|
${{github.workspace}}/build/$env:BUILD_TYPE/glfw3.dll
|
||||||
'${{github.workspace}}/build/libpng16.dll'
|
${{github.workspace}}/build/$env:BUILD_TYPE/libpng16.dll
|
||||||
'${{github.workspace}}/build/OpenAL32.dll'
|
${{github.workspace}}/build/$env:BUILD_TYPE/OpenAL32.dll
|
||||||
'${{github.workspace}}/build/z.dll'
|
${{github.workspace}}/build/$env:BUILD_TYPE/z.dll
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
name: Linux Build
|
name: Linux Build
|
||||||
@@ -94,7 +94,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: mcpe-linux
|
name: mcpe-linux
|
||||||
path: |
|
path: |
|
||||||
'${{github.workspace}}/build/MinecraftPE'
|
${{github.workspace}}/build/MinecraftPE
|
||||||
|
${{github.workspace}}/build/MinecraftPE-server
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
|
|||||||
Reference in New Issue
Block a user