We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28addea commit 8782d64Copy full SHA for 8782d64
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -67,8 +67,8 @@ jobs:
67
-DCMAKE_BUILD_TYPE=Release
68
-S ${{ github.workspace }}
69
70
- - name: Build Patcher
71
- run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release --target DualBootKernelPatcher
+ - name: Build Patcher and other tools
+ run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
72
73
- name: Upload Artifact
74
uses: actions/upload-artifact@v4
0 commit comments