add -p to a cp command so it doesn't break
This commit is contained in:
parent
98fe4e894b
commit
615699a498
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
cp -vrT ./build/atlauncher ~/export/atlauncher
|
||||
cp -vrpT ./build/atlauncher ~/export/atlauncher
|
||||
cp -vp ./unsup.ini ~/export/atlauncher/.minecraft/
|
||||
|
||||
mkdir -vp ~/export/prism/.minecraft
|
||||
|
|
Reference in a new issue