moved instance directory to build directory
This commit is contained in:
parent
01347c60cb
commit
c0ba52f5cd
9 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/.minecraft
|
||||
cp -rT ./instance/prism /export
|
||||
cp -rT ./build/prism /export
|
||||
cp ./unsup.ini /export/.minecraft/
|
||||
|
||||
- name: Upload export file
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
cp -rT ./instance/atlauncher /export
|
||||
cp -rT ./build/atlauncher /export
|
||||
cp -p ./unsup.ini /export/.minecraft/
|
||||
|
||||
- name: Upload export file
|
||||
|
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Reference in a new issue