We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66b0e3 commit 75b3982Copy full SHA for 75b3982
1 file changed
.github/workflows/build.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: Set up MSBuild path
21
uses: microsoft/setup-msbuild@v1.1
22
23
- - name: Build eTokenSign3 Solution
24
- run: msbuild eTokenSign3.sln /p:Configuration=Release /p:Platform="x86"
+ - name: Build eTokenSign2 Solution
+ run: msbuild eTokenSign2.sln /p:Configuration=Release /p:Platform="x86"
25
26
- name: Determine Next Version and Tag
27
id: versioning
0 commit comments