moved instance directory to build directory
All checks were successful
Build Documentation / Build Documentation (push) Successful in 12s
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 4s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s

This commit is contained in:
SeaswimmerTheFsh 2024-02-05 19:46:30 -05:00
parent 01347c60cb
commit c0ba52f5cd
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
9 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ jobs:
- name: Copy export files - name: Copy export files
run: | run: |
mkdir -p /export/.minecraft mkdir -p /export/.minecraft
cp -rT ./instance/prism /export cp -rT ./build/prism /export
cp ./unsup.ini /export/.minecraft/ cp ./unsup.ini /export/.minecraft/
- name: Upload export file - name: Upload export file
@ -29,7 +29,7 @@ jobs:
- name: Copy export files - name: Copy export files
run: | run: |
cp -rT ./instance/atlauncher /export cp -rT ./build/atlauncher /export
cp -p ./unsup.ini /export/.minecraft/ cp -p ./unsup.ini /export/.minecraft/
- name: Upload export file - name: Upload export file

View file

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB