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
|
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 }}
|
run: dotnet publish SlidePresenter/ControllerSlidePresenter.csproj --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
|
||||||
with:
|
with:
|
||||||
name: self-contained-${{ matrix.runtime }}
|
name: build-${{ matrix.runtime }}
|
||||||
path: |
|
path: |
|
||||||
**/bin/Release/net8.0/${{ matrix.runtime }}/publish/
|
**/bin/Release/net8.0/${{ matrix.runtime }}/publish/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue