Skip to content

Commit

Permalink
List all contents
Browse files Browse the repository at this point in the history
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
  • Loading branch information
Spidy123222 committed Jun 17, 2023
1 parent 1b689da commit c6b2dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}; tree /f /a
- name: Upload ZIP Artifact
uses: actions/upload-artifact@v3.1.0
Expand Down

0 comments on commit c6b2dde

Please sign in to comment.