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
|
shell: powershell
|
||||||
run: cmake --build . --config $env:BUILD_TYPE --target MinecraftPE
|
run: cmake --build . --config $env:BUILD_TYPE --target MinecraftPE
|
||||||
|
|
||||||
- name: Upload Binary
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mcpe-windows
|
name: mcpe-windows
|
||||||
path: |
|
path: |
|
||||||
'./MinecraftPE.exe'
|
'${{github.workspace}}/build/MinecraftPE.exe'
|
||||||
'./glfw3.dll'
|
'${{github.workspace}}/build/glfw3.dll'
|
||||||
'./libpng16.dll'
|
'${{github.workspace}}/build/libpng16.dll'
|
||||||
'./OpenAL32.dll'
|
'${{github.workspace}}/build/OpenAL32.dll'
|
||||||
'./z.dll'
|
'${{github.workspace}}/build/z.dll'
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
name: Linux Build
|
name: Linux Build
|
||||||
@@ -89,12 +89,12 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
run: cmake --build . --config $BUILD_TYPE
|
||||||
|
|
||||||
- name: Upload Binary
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: mcpe-linux
|
name: mcpe-linux
|
||||||
path: |
|
path: |
|
||||||
'./MinecraftPE'
|
'${{github.workspace}}/build/MinecraftPE'
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
|
|||||||
Reference in New Issue
Block a user