forked from Kolyah35/minecraft-pe-0.6.1
uuuh
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: cmake --build . --config $env:BUILD_TYPE --target MinecraftPE
|
run: cmake --build . --config $env:BUILD_TYPE --target MinecraftPE --parallel
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -91,8 +91,8 @@ jobs:
|
|||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cmake --build . --config $BUILD_TYPE --target MinecraftPE
|
cmake --build . --config $BUILD_TYPE --target MinecraftPE --parallel
|
||||||
cmake --build . --config $BUILD_TYPE --target MinecraftPE-server
|
cmake --build . --config $BUILD_TYPE --target MinecraftPE-server --parallel
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -219,21 +219,13 @@ jobs:
|
|||||||
- name: Zip Windows Artifacts
|
- name: Zip Windows Artifacts
|
||||||
uses: vimtor/action-zip@v1.2
|
uses: vimtor/action-zip@v1.2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: data/ mcpe-windows/MinecraftPE.exe mcpe-windows/glfw3.dll mcpe-windows/libpng16.dll mcpe-windows/OpenAL32.dll mcpe-windows/z.dll
|
||||||
${{github.workspace}}/data/
|
|
||||||
mcpe-windows/MinecraftPE.exe
|
|
||||||
mcpe-windows/glfw3.dll
|
|
||||||
mcpe-windows/libpng16.dll
|
|
||||||
mcpe-windows/OpenAL32.dll
|
|
||||||
mcpe-windows/z.dll
|
|
||||||
dest: minecraftpe-${{ steps.ref.outputs.hash }}-windows.zip
|
dest: minecraftpe-${{ steps.ref.outputs.hash }}-windows.zip
|
||||||
|
|
||||||
- name: Zip Linux Artifacts
|
- name: Zip Linux Artifacts
|
||||||
uses: vimtor/action-zip@v1.2
|
uses: vimtor/action-zip@v1.2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: data/ mcpe-linux/MinecraftPE
|
||||||
${{github.workspace}}/data/
|
|
||||||
mcpe-linux/MinecraftPE # ye, you should install libraries by urself :trollface:
|
|
||||||
dest: minecraftpe-${{ steps.ref.outputs.hash }}-linux.zip
|
dest: minecraftpe-${{ steps.ref.outputs.hash }}-linux.zip
|
||||||
|
|
||||||
- name: Zip Linux Server Artifacts
|
- name: Zip Linux Server Artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user