Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Oct 22, 2023
1 parent d19531a commit 01a2217
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5

- name: Setup VSTest
uses: darenm/Setup-VSTest@v1

- name: Navigate to Workspace
run: cd $GITHUB_WORKSPACE

Expand All @@ -30,4 +27,4 @@ jobs:

- name: Build Solution
run: |
msbuild.exe Sandbox.sln /p:platform="Any CPU" /p:configuration="Release"
msbuild.exe Genshin Stella Mod Pack made by Sefinek.sln" /p:platform="Any CPU" /p:configuration="Release"

0 comments on commit 01a2217

Please sign in to comment.