mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 15:03:32 +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:
|
||||
name: mcpe-windows
|
||||
path: |
|
||||
'${{github.workspace}}/build/MinecraftPE.exe'
|
||||
'${{github.workspace}}/build/glfw3.dll'
|
||||
'${{github.workspace}}/build/libpng16.dll'
|
||||
'${{github.workspace}}/build/OpenAL32.dll'
|
||||
'${{github.workspace}}/build/z.dll'
|
||||
${{github.workspace}}/build/$env:BUILD_TYPE/MinecraftPE.exe
|
||||
${{github.workspace}}/build/$env:BUILD_TYPE/glfw3.dll
|
||||
${{github.workspace}}/build/$env:BUILD_TYPE/libpng16.dll
|
||||
${{github.workspace}}/build/$env:BUILD_TYPE/OpenAL32.dll
|
||||
${{github.workspace}}/build/$env:BUILD_TYPE/z.dll
|
||||
|
||||
build-linux:
|
||||
name: Linux Build
|
||||
@@ -94,7 +94,8 @@ jobs:
|
||||
with:
|
||||
name: mcpe-linux
|
||||
path: |
|
||||
'${{github.workspace}}/build/MinecraftPE'
|
||||
${{github.workspace}}/build/MinecraftPE
|
||||
${{github.workspace}}/build/MinecraftPE-server
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
|
||||
Reference in New Issue
Block a user