please build properly i stg
This commit is contained in:
parent
1f8557e20f
commit
ac8d401677
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/.minecraft
|
||||
cp -r ./instance/prism /export
|
||||
cp -r ./instance/prism/ /export/
|
||||
cp ./unsup.ini /export/.minecraft
|
||||
|
||||
- name: Upload export file
|
||||
|
@ -29,8 +29,8 @@ jobs:
|
|||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/.minecraft
|
||||
cp -r ./instance/atlauncher /export
|
||||
mkdir -p /export/
|
||||
cp ./instance/atlauncher/ /export/
|
||||
cp ./unsup.ini /export/.minecraft
|
||||
|
||||
- name: Upload export file
|
||||
|
|
Reference in a new issue