Skip to content

Commit 466d2e6

Browse files
authored
Update dotnet-desktop.yml
1 parent 7ef6784 commit 466d2e6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,4 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Build
18-
run: '& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.com" SuperLauncher.sln /build release'
19-
20-
- name: Upload
21-
uses: actions/[email protected]
22-
with:
23-
path: .\SuperLauncherInstaller\Release\SuperLauncherInstaller.msi
24-
retention-days: 90
18+
run: 'dotnet build .'

0 commit comments

Comments
 (0)