From 466d2e6ca6814365f94c2c710c61e9414cde4eb6 Mon Sep 17 00:00:00 2001 From: Dylan Bickerstaff Date: Tue, 9 Jul 2024 21:45:10 -0400 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 09a74cd..ad93cbe 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -15,10 +15,4 @@ jobs: uses: actions/checkout@v3 - name: Build - run: '& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" SuperLauncher.sln /build release' - - - name: Upload - uses: actions/upload-artifact@v3.1.0 - with: - path: .\SuperLauncherInstaller\Release\SuperLauncherInstaller.msi - retention-days: 90 + run: 'dotnet build .'