diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ef12a5..d990622 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference - run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} + run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} /p:PublishUrl="/bin/Release" - name: Upload Artifact uses: actions/upload-artifact@v4 diff --git a/bin/Release/test.odt b/bin/Release/test.odt deleted file mode 100644 index e69de29..0000000