Skip to content

Commit

Permalink
chore(ci): Clean up release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Mar 1, 2023
1 parent 65de9bd commit d09a5ae
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
build:

runs-on: windows-2022
env:
SLN_PATH: Battlefield rich presence.sln

steps:
- uses: actions/[email protected]
Expand All @@ -26,12 +24,6 @@ jobs:

- name: Setup Nuget
uses: Nuget/[email protected]

- name: Find devenv.com
run: |
vswhere.exe -help
vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath
vswhere.exe -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath | Select-Object -First 1 | Join-Path -ChildPath Common7\IDE\

- name: Find devenv.com and add it to PATH
run: |
Expand All @@ -43,7 +35,7 @@ jobs:
- name: Build
run: |
devenv.com $env:SLN_PATH /build release
devenv.com "Battlefield rich presence.sln" /build release
- name: Add tag to artifact name
run: |
Expand Down

0 comments on commit d09a5ae

Please sign in to comment.