readded -r argument
All checks were successful
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 3s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s

This commit is contained in:
SeaswimmerTheFsh 2024-02-05 16:46:20 -05:00
parent ac8d401677
commit b50bf23874
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View 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