Skip to content

Commit 4cd780e

Browse files
committed
Actually upload win32 instead of win64 exe
1 parent 973e5dc commit 4cd780e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cmake --install . --config ${{matrix.build-type}} --prefix ${{runner.temp}}/install
7070
- name: Upload Artifacts
7171
uses: actions/upload-artifact@v4
72-
if: ${{ matrix.build-type != 'Debug' && matrix.os-arch != 'Win32' }}
72+
if: ${{ matrix.build-type != 'Debug' && matrix.os-arch != 'Win64' }}
7373
with:
7474
name: "OpenXR-API-Layers-GUI-v${{steps.configure.outputs.version}}"
7575
path: ${{runner.temp}}/install

0 commit comments

Comments
 (0)