We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44b2f1 commit 12d0c39Copy full SHA for 12d0c39
.github/workflows/vsix.yml
@@ -81,7 +81,7 @@ jobs:
81
mkdir vsix
82
7z x src/GUI/lib/efreveng100.exe.zip -oefreveng100 -y
83
dir /a:-d /s /b "efreveng100" | find /c ":\" > filecount.txt
84
- findstr "131" filecount.txt
+ findstr "133" filecount.txt
85
86
- name: Setup MSBuild.exe
87
uses: microsoft/setup-msbuild@v2
0 commit comments