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
|
||||
run: |
|
||||
mkdir -vp /export/atlauncher/.minecraft
|
||||
cp -vrT ./build/atlauncher /export/atlauncher
|
||||
cp -vp ./unsup.ini /export/atlauncher/.minecraft/
|
||||
|
||||
|
|
Reference in a new issue