Skip to content

Commit b33acc2

Browse files
WillowSauceRWillowSauceR
authored andcommitted
Fix OpenMe.bat
1 parent 714fe29 commit b33acc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
3939
- name: Create script
4040
run: |
41+
cmd
4142
chcp 65001
4243
cd .\dist\
4344
cd . >> .\OpenMe.bat
@@ -47,7 +48,6 @@ jobs:
4748
echo "echo " >> .\OpenMe.bat
4849
echo "cmd" >> .\OpenMe.bat
4950
echo "@echo on" >> .\OpenMe.bat
50-
shell: cmd
5151
5252
- name: Zip Release
5353
uses: TheDoctor0/[email protected]

0 commit comments

Comments
 (0)