added a mkdir
This commit is contained in:
parent
e27a5b82ae
commit
8fc1a24050
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Copy export files
|
- name: Copy export files
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -vp /export/atlauncher/.minecraft
|
||||||
cp -vrT ./build/atlauncher /export/atlauncher
|
cp -vrT ./build/atlauncher /export/atlauncher
|
||||||
cp -vp ./unsup.ini /export/atlauncher/.minecraft/
|
cp -vp ./unsup.ini /export/atlauncher/.minecraft/
|
||||||
|
|
||||||
|
|
Reference in a new issue