diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 21c6ab7..c93703e 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -41,8 +41,6 @@ jobs: # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference run: msbuild /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }} /p:PlatformToolset=${{ (matrix.os == 'windows-latest' || matrix.os == 'windows-2022') && '"v143"' || '"v142"' }} ${{ env.SOLUTION_FILE_PATH }} - - run: echo ghactionpath=${{ runner.temp }} - - run: ls - name: Upload a Build Artifact uses: actions/upload-artifact@v3 with: @@ -50,7 +48,7 @@ jobs: name: ${{ vars.REPOSITORY_NAME }}-build-${{ matrix.os }}-${{ matrix.configuration }}-${{ matrix.platform }}-${{ github.sha }} # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload - path: ${{ matrix.platform == 'x64' && 'x64\' || '' }}${{ matrix.configuration }} + path: Pseudo3DCLIGame\${{ matrix.platform == 'x64' && 'x64\' || '' }}${{ matrix.configuration }} # The desired behavior if no files are found using the provided path. # Available Options: