fixing build workflow
This commit is contained in:
parent
a66606ee34
commit
7d65486ccd
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,8 @@ jobs:
|
|||
- name: ZIP export files
|
||||
run: |
|
||||
mkdir -p /export
|
||||
cp -r ./instance/prism export
|
||||
cp -r ./instance/prism /export
|
||||
cp ./unsup.ini /export/.minecraft
|
||||
zip -r export.zip /export
|
||||
|
||||
- name: Upload export file
|
||||
|
@ -31,6 +32,7 @@ jobs:
|
|||
run: |
|
||||
mkdir -p /export
|
||||
cp -r ./instance/atlauncher export
|
||||
cp ./unsup.ini /export/.minecraft
|
||||
zip -r export.zip /export
|
||||
|
||||
- name: Upload export file
|
||||
|
|
Reference in a new issue