Skip to content

Commit fdabbba

Browse files
authored
Fix file count (#3256)
1 parent 7b00c48 commit fdabbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
mkdir vsix
8282
7z x src/GUI/lib/efreveng100.exe.zip -oefreveng100 -y
8383
dir /a:-d /s /b "efreveng100" | find /c ":\" > filecount.txt
84-
findstr "141" filecount.txt
84+
findstr "143" filecount.txt
8585
8686
- name: Setup MSBuild.exe
8787
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)