fixed modrinth export
This commit is contained in:
parent
2c0bdbbe62
commit
337308ed42
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@ jobs:
|
|||
- name: Create Modrinth export files
|
||||
run: |
|
||||
mkdir -vp /export/modrinth/.minecraft/overrides
|
||||
cp -vrT ./build/modrinth.index.json /export/modrinth/
|
||||
cp -vrT /export/atlauncher/.minecraft/galacticfactory-updater.jar /export/modrinth/.minecraft/overrides/
|
||||
cp -v ./build/modrinth.index.json /export/modrinth/
|
||||
cp -v /export/atlauncher/.minecraft/galacticfactory-updater.jar /export/modrinth/.minecraft/overrides/
|
||||
cp -v ./unsup.ini /export/modrinth/.minecraft/overrides/
|
||||
|
||||
- name: Upload ATLauncher export artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Reference in a new issue