diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7f6a04..9200d72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: run: dotnet restore - name: Build self-contained application - run: dotnet publish --no-restore --configuration Release --self-contained -r ${{ matrix.runtime }} /p:PublishSingleFile=false + run: dotnet publish --no-restore --configuration Release --self-contained -r ${{ matrix.runtime }} - name: Upload build artifacts uses: actions/upload-artifact@v3