Skip to content

Commit 75b3982

Browse files
committed
ci: fix cannot find project
1 parent b66b0e3 commit 75b3982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Set up MSBuild path
2121
uses: microsoft/[email protected]
2222

23-
- name: Build eTokenSign3 Solution
24-
run: msbuild eTokenSign3.sln /p:Configuration=Release /p:Platform="x86"
23+
- name: Build eTokenSign2 Solution
24+
run: msbuild eTokenSign2.sln /p:Configuration=Release /p:Platform="x86"
2525

2626
- name: Determine Next Version and Tag
2727
id: versioning

0 commit comments

Comments
 (0)