Update build.yml

This commit is contained in:
Gerard Gascón 2024-06-30 00:25:26 +02:00 committed by GitHub
parent 168ec1ab6a
commit 1df15a8ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/