Skip to content

Commit 30d34fb

Browse files
WillowSauceRWillowSauceR
authored andcommitted
Fix workflow: Create script
1 parent 6618f46 commit 30d34fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444
4545
- name: Create script
4646
run: |
47-
cmd
4847
chcp 65001
49-
cd D:\a\tools\tools\dist\
48+
cd .\dist\
5049
cd . >> .\OpenMe.bat
5150
echo "@echo off" >> .\OpenMe.bat
5251
echo "echo Type a program name here to run." >> .\OpenMe.bat
5352
echo "echo Such as scan, motd and send." >> .\OpenMe.bat
5453
echo "echo " >> .\OpenMe.bat
5554
echo "cmd" >> .\OpenMe.bat
5655
echo "@echo on" >> .\OpenMe.bat
56+
shell: cmd
5757

5858
- name: Zip Release
5959
uses: TheDoctor0/[email protected]

0 commit comments

Comments
 (0)