We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973e5dc commit 4cd780eCopy full SHA for 4cd780e
1 file changed
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
cmake --install . --config ${{matrix.build-type}} --prefix ${{runner.temp}}/install
70
- name: Upload Artifacts
71
uses: actions/upload-artifact@v4
72
- if: ${{ matrix.build-type != 'Debug' && matrix.os-arch != 'Win32' }}
+ if: ${{ matrix.build-type != 'Debug' && matrix.os-arch != 'Win64' }}
73
with:
74
name: "OpenXR-API-Layers-GUI-v${{steps.configure.outputs.version}}"
75
path: ${{runner.temp}}/install
0 commit comments