Update build.yml

This commit is contained in:
Gerard Gascón 2024-06-30 00:18:12 +02:00 committed by GitHub
parent e876fef15f
commit 0c34d1839c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Build self-contained application - 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 - name: Upload build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3