fixed atlauncher exports
This commit is contained in:
parent
d6d98a08b4
commit
1f8557e20f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Copy export files
|
||||
run: |
|
||||
mkdir -p /export/.minecraft
|
||||
cp -r ./instance/atlauncher export
|
||||
cp -r ./instance/atlauncher /export
|
||||
cp ./unsup.ini /export/.minecraft
|
||||
|
||||
- name: Upload export file
|
||||
|
|
Reference in a new issue