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 6618f46 commit 30d34fbCopy full SHA for 30d34fb
.github/workflows/release.yml
@@ -44,16 +44,16 @@ jobs:
44
45
- name: Create script
46
run: |
47
- cmd
48
chcp 65001
49
- cd D:\a\tools\tools\dist\
+ cd .\dist\
50
cd . >> .\OpenMe.bat
51
echo "@echo off" >> .\OpenMe.bat
52
echo "echo Type a program name here to run." >> .\OpenMe.bat
53
echo "echo Such as scan, motd and send." >> .\OpenMe.bat
54
echo "echo " >> .\OpenMe.bat
55
echo "cmd" >> .\OpenMe.bat
56
echo "@echo on" >> .\OpenMe.bat
+ shell: cmd
57
58
- name: Zip Release
59
uses: TheDoctor0/[email protected]
0 commit comments