We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdca6c commit bce65dbCopy full SHA for bce65db
.github/workflows/msvc.yml
@@ -52,7 +52,7 @@ jobs:
52
working-directory: ./DirectXTex/Shaders
53
run: CompileShaders.cmd
54
env:
55
- CompileShadersOutput: '$GITHUB_WORKSPACE/out/Shaders/Compiled'
+ CompileShadersOutput: ${{ env.GITHUB_WORKSPACE }}/out/Shaders/Compiled
56
57
- name: Initialize MSVC Code Analysis
58
uses: microsoft/[email protected]
0 commit comments