specify targets for linux

This commit is contained in:
2026-03-20 22:17:20 +03:00
parent 8cd74922bf
commit c08c4d270d

View File

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