Skip to content

Commit 677d9f1

Browse files
committed
Update cmake-multi-platform.yml
1 parent 7f5faf5 commit 677d9f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
- name: Build VulkanEngine
8282
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target VulkanEngine --config ${{ matrix.build_type }}
8383

84+
- name: Upload Artifact
85+
uses: actions/upload-artifact@v4
86+
with:
87+
name: VulkanEngine
88+
path: build/bin/Release/VulkanEngine.dll
89+
8490
- name: Build cube test project
8591
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target cube --config ${{ matrix.build_type }}
8692

0 commit comments

Comments
 (0)