don't use root directory
This commit is contained in:
parent
615699a498
commit
e27a5b82ae
1 changed files with 5 additions and 5 deletions
|
@ -54,12 +54,12 @@ jobs:
|
||||||
|
|
||||||
- name: Copy export files
|
- name: Copy export files
|
||||||
run: |
|
run: |
|
||||||
cp -vrpT ./build/atlauncher ~/export/atlauncher
|
cp -vrT ./build/atlauncher /export/atlauncher
|
||||||
cp -vp ./unsup.ini ~/export/atlauncher/.minecraft/
|
cp -vp ./unsup.ini /export/atlauncher/.minecraft/
|
||||||
|
|
||||||
mkdir -vp ~/export/prism/.minecraft
|
mkdir -vp /export/prism/.minecraft
|
||||||
cp -vrT ./build/prism ~/export/prism
|
cp -vrT ./build/prism /export/prism
|
||||||
cp -v ./unsup.ini ~/export/prism/.minecraft/
|
cp -v ./unsup.ini /export/prism/.minecraft/
|
||||||
|
|
||||||
- name: Upload ATLauncher export artifact
|
- name: Upload ATLauncher export artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Reference in a new issue