Skip to content

Commit

Permalink
UPLOAD test
Browse files Browse the repository at this point in the history
  • Loading branch information
robin88chen committed Oct 27, 2024
1 parent 4f01f68 commit 3f2a279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Upload a Build Artifact
uses: actions/[email protected]
#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
Expand Down

0 comments on commit 3f2a279

Please sign in to comment.