readded -r argument
This commit is contained in:
parent
ac8d401677
commit
b50bf23874
1 changed files with 1 additions and 1 deletions
|
@ -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