Skip to content

Commit 8782d64

Browse files
Update cmake-multi-platform.yml
1 parent 28addea commit 8782d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
-DCMAKE_BUILD_TYPE=Release
6868
-S ${{ github.workspace }}
6969
70-
- name: Build Patcher
71-
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release --target DualBootKernelPatcher
70+
- name: Build Patcher and other tools
71+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Release
7272

7373
- name: Upload Artifact
7474
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)