mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
fix artifacts att 2
This commit is contained in:
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -42,16 +42,16 @@ jobs:
|
||||
shell: powershell
|
||||
run: cmake --build . --config $env:BUILD_TYPE --target MinecraftPE
|
||||
|
||||
- name: Upload Binary
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mcpe-windows
|
||||
path: |
|
||||
'./MinecraftPE.exe'
|
||||
'./glfw3.dll'
|
||||
'./libpng16.dll'
|
||||
'./OpenAL32.dll'
|
||||
'./z.dll'
|
||||
'${{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'
|
||||
|
||||
build-linux:
|
||||
name: Linux Build
|
||||
@@ -89,12 +89,12 @@ jobs:
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
|
||||
- name: Upload Binary
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mcpe-linux
|
||||
path: |
|
||||
'./MinecraftPE'
|
||||
'${{github.workspace}}/build/MinecraftPE'
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
|
||||
Reference in New Issue
Block a user