merge the Modrinth export step with the other export step
This commit is contained in:
parent
7056663cf7
commit
e0a16ea082
1 changed files with 3 additions and 2 deletions
|
@ -58,17 +58,18 @@ jobs:
|
|||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
# ATLauncher
|
||||
mkdir -vp /export/atlauncher/.minecraft
|
||||
cp -vrT ./build/atlauncher /export/atlauncher
|
||||
cp -vp ./unsup.ini /export/atlauncher/.minecraft/
|
||||
wget -O /export/atlauncher/.minecraft/galacticfactory-updater.jar https://git.sleeping.town/attachments/7edb17a2-e43f-4789-8bae-6140cbe98311
|
||||
|
||||
# Prism Launcher
|
||||
mkdir -vp /export/prism/.minecraft
|
||||
cp -vrT ./build/prism /export/prism
|
||||
cp -v ./unsup.ini /export/prism/.minecraft/
|
||||
|
||||
- name: Create Modrinth export files
|
||||
run: |
|
||||
# Modrinth
|
||||
mkdir -vp /export/modrinth/.minecraft/overrides
|
||||
cp -v ./build/modrinth.index.json /export/modrinth/
|
||||
cp -v /export/atlauncher/.minecraft/galacticfactory-updater.jar /export/modrinth/.minecraft/overrides/
|
||||
|
|
Loading…
Reference in a new issue