Skip to content

Commit fc68b92

Browse files
authored
Fix CI following script sync with Vulkan (#331)
1 parent 15c3d8e commit fc68b92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/openxr-sdk-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stages:
2626
- script: make loader
2727
workingDirectory: specification
2828
displayName: Build loader document
29-
- publish: $(System.DefaultWorkingDirectory)/specification/out/1.0/loader.html
29+
- publish: $(System.DefaultWorkingDirectory)/specification/generated/out/1.0/loader.html
3030
artifact: LoaderDoc
3131

3232
- stage: Generate

0 commit comments

Comments
 (0)