Skip to content

Commit 187857b

Browse files
WillowSauceRWillowSauceR
authored andcommitted
fix action
1 parent 820be1f commit 187857b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
chcp 65001
4343
cd D:\a\tools\tools\dist\
4444
cd . >> .\OpenMe.bat
45-
echo @echo off >> .\OpenMe.bat
46-
echo echo Type a program name here to run. >> .\OpenMe.bat
47-
echo echo Such as scan, motd, send and scanall. >> .\OpenMe.bat
45+
echo "@echo off" >> .\OpenMe.bat
46+
echo "echo Type a program name here to run." >> .\OpenMe.bat
47+
echo "echo Such as scan, motd, send and scanall." >> .\OpenMe.bat
4848
4949
- name: Zip Release
5050
uses: TheDoctor0/[email protected]

0 commit comments

Comments
 (0)