From 7460e4882d4c9d3e89c4fa857421857dcac50487 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Sun, 10 Mar 2024 21:11:51 -0400 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 0dd5956..e6da436 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -73,13 +73,13 @@ jobs: dotnet-version: 6.0.x - name: Restore dependancies - run: dotnet restore -r ${{ matrix.runtime }} Track Studio.sln + run: dotnet restore -r ${{ matrix.runtime }} Track-Studio.sln - name: Build - run: dotnet build -c Release --no-restore Track Studio.sln + run: dotnet build -c Release --no-restore Track-Studio.sln - name: Publish - run: dotnet publish -c Release -r ${{ matrix.runtime }} --no-restore Track Studio + run: dotnet publish -c Release -r ${{ matrix.runtime }} --no-restore Track-Studio - uses: actions/upload-artifact@v3 with: