Update build.yml
This commit is contained in:
parent
168ec1ab6a
commit
1df15a8ba3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -28,11 +28,11 @@ jobs:
|
|||
run: dotnet restore
|
||||
|
||||
- name: Build self-contained application
|
||||
run: dotnet publish --no-restore --configuration Release --self-contained -r ${{ matrix.runtime }}
|
||||
run: dotnet publish SlidePresenter/ControllerSlidePresenter.csproj --no-restore --configuration Release --self-contained -r ${{ matrix.runtime }}
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: self-contained-${{ matrix.runtime }}
|
||||
name: build-${{ matrix.runtime }}
|
||||
path: |
|
||||
**/bin/Release/net8.0/${{ matrix.runtime }}/publish/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue