Skip to content

Commit d2dae47

Browse files
authored
Update publish.yml : fix of empty line in BASE _config.txt file
1 parent 4753351 commit d2dae47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
dir=_base
8888
cd $dir
89-
echo "" >> _config.txt
89+
touch _config.txt
9090
zip -r -9 ../_output/Help-.zip .
9191
cd ..
9292

0 commit comments

Comments
 (0)