Update build.yml
This commit is contained in:
parent
e876fef15f
commit
0c34d1839c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue