Skip to content

Commit

Permalink
fix path to tcview.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtam committed Feb 9, 2024
1 parent ebc1c58 commit 1d0ebcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
uses: microsoft/setup-msbuild@v2
-
name: "Build x86"
run: msbuild tcview.sln /p:Configuration=Release
run: msbuild tcview\tcview.sln /p:Configuration=Release
-
name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
-
name: "Build x64"
run: msbuild tcview.sln /p:Configuration=Release
run: msbuild tcview\tcview.sln /p:Configuration=Release

0 comments on commit 1d0ebcc

Please sign in to comment.