Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming authored Mar 11, 2024
1 parent 63c25b2 commit 7460e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7460e48

Please sign in to comment.