diff --git a/.github/workflows/msbuild2.yml b/.github/workflows/msbuild2.yml index 33612ee..a841be9 100644 --- a/.github/workflows/msbuild2.yml +++ b/.github/workflows/msbuild2.yml @@ -44,11 +44,11 @@ jobs: run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - name: Upload a Build Artifact uses: actions/upload-artifact@v4.4.3 - #with: + with: # Artifact name #name: # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload - #path: + path: ${{env.SOLUTION_FILE_PATH}}/x64/${{env.BUILD_CONFIGURATION}} # The desired behavior if no files are found using the provided path. #Available Options: #warn: Output a warning but do not fail the action