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 001d08c commit b62f65cCopy full SHA for b62f65c
.github/workflows/msbuild.yml
@@ -72,5 +72,5 @@ jobs:
72
uses: actions/upload-artifact@v3
73
with:
74
name: ${{ steps.executable_name.outputs.EXECUTABLE_NAME }}
75
- path: D:/a/Cortex-Command-Community-Project/${{ steps.executable_name.outputs.EXECUTABLE_NAME }}
+ path: D:/a/Cortex-Command-Community-Project/Cortex-Command-Community-Project/${{ steps.executable_name.outputs.EXECUTABLE_NAME }}
76
if-no-files-found: error
0 commit comments