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 7b00c48 commit fdabbbaCopy full SHA for fdabbba
.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 "141" filecount.txt
+ findstr "143" filecount.txt
85
86
- name: Setup MSBuild.exe
87
uses: microsoft/setup-msbuild@v2
0 commit comments