diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5537d82..db41b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Build utilities shell: pwsh run: | - msbuild /m /t:restore,"Windows Build Identifier:publish" /p:Platform=${{ matrix.architecture }} /p:RuntimeIdentifier=${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishDir=${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishSingleFile=true /p:PublishTrimmed=true "Windows Build Identifier.sln" + msbuild /m /t:restore,"Windows Build Identifier:publish" /p:Platform=${{ matrix.architecture }} /p:RuntimeIdentifier=${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishDir=${{ github.workspace }}/artifacts/${{ matrix.platform }}-${{ matrix.architecture }} /p:PublishSingleFile=true /p:PublishTrimmed=false "Windows Build Identifier.sln" - name: Upload artifact uses: actions/upload-artifact@v2