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 .'