forked from Kolyah35/minecraft-pe-0.6.1
specify targets for linux
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -90,7 +90,9 @@ jobs:
|
||||
- name: Build
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
run: |
|
||||
cmake --build . --config $BUILD_TYPE --target MinecraftPE
|
||||
cmake --build . --config $BUILD_TYPE --target MinecraftPE-server
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user