From 1df15a8ba34c62995adad27aad52abcbe8920b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:25:26 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 363b954..f2cf013 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/