We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5faf5 commit 677d9f1Copy full SHA for 677d9f1
.github/workflows/cmake-multi-platform.yml
@@ -81,6 +81,12 @@ jobs:
81
- name: Build VulkanEngine
82
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target VulkanEngine --config ${{ matrix.build_type }}
83
84
+ - name: Upload Artifact
85
+ uses: actions/upload-artifact@v4
86
+ with:
87
+ name: VulkanEngine
88
+ path: build/bin/Release/VulkanEngine.dll
89
+
90
- name: Build cube test project
91
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --target cube --config ${{ matrix.build_type }}
92
0 commit comments