fixed mkdir
This commit is contained in:
parent
42bb8fb9d2
commit
31ee3db442
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/
|
||||
mkdir -p /export/.minecraft
|
||||
cp -r ./instance/prism/* /export/
|
||||
cp ./unsup.ini /export/.minecraft/
|
||||
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/
|
||||
mkdir -p /export/.minecraft
|
||||
cp -r ./instance/atlauncher/* /export/
|
||||
cp ./unsup.ini /export/.minecraft/
|
||||
|
||||
|
|
Reference in a new issue