Skip to content

Commit

Permalink
ci: fix incorrect msbuild artefact filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
traunts committed Jan 2, 2024
1 parent 001d08c commit b62f65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ steps.executable_name.outputs.EXECUTABLE_NAME }}
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 }}
if-no-files-found: error

0 comments on commit b62f65c

Please sign in to comment.