oops lol
This commit is contained in:
parent
46780227aa
commit
42bb8fb9d2
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/
|
||||
cp ./instance/prism/* /export/
|
||||
cp -r ./instance/prism/* /export/
|
||||
cp ./unsup.ini /export/.minecraft/
|
||||
|
||||
- name: Upload export file
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/
|
||||
cp ./instance/atlauncher/* /export/
|
||||
cp -r ./instance/atlauncher/* /export/
|
||||
cp ./unsup.ini /export/.minecraft/
|
||||
|
||||
- name: Upload export file
|
||||
|
|
Reference in a new issue