fix artifacts att 2

This commit is contained in:
Kolyah35
2026-03-19 19:46:58 +03:00
parent 78d218ccb1
commit 11117cd4f6

View File

@@ -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