Skip to content

Commit d09a5ae

Browse files
committed
chore(ci): Clean up release workflow
1 parent 65de9bd commit d09a5ae

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
build:
1313

1414
runs-on: windows-2022
15-
env:
16-
SLN_PATH: Battlefield rich presence.sln
1715

1816
steps:
1917
- uses: actions/[email protected]
@@ -26,12 +24,6 @@ jobs:
2624

2725
- name: Setup Nuget
2826
uses: Nuget/[email protected]
29-
30-
- name: Find devenv.com
31-
run: |
32-
vswhere.exe -help
33-
vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
34-
vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | Select-Object -First 1 | Join-Path -ChildPath Common7\IDE\
3527

3628
- name: Find devenv.com and add it to PATH
3729
run: |
@@ -43,7 +35,7 @@ jobs:
4335
4436
- name: Build
4537
run: |
46-
devenv.com $env:SLN_PATH /build release
38+
devenv.com "Battlefield rich presence.sln" /build release
4739
4840
- name: Add tag to artifact name
4941
run: |

0 commit comments

Comments
 (0)