Update preview.yml
This commit is contained in:
6
.github/workflows/preview.yml
vendored
6
.github/workflows/preview.yml
vendored
@@ -28,9 +28,9 @@ jobs:
|
||||
- name: Set the version
|
||||
run: |
|
||||
DEV=${{ steps.get_version.outputs.version }}
|
||||
sed -i -e "s/DEV/${DEV}/g" manifest.json
|
||||
sed -i -e "s/DEV/${DEV}/g" instance.cfg
|
||||
sed -i -e "s/DEV/${DEV}/g" .minecraft/config/fancymenu/customization/main_menu.txt
|
||||
sed -i -e "s/DEV/123/g" manifest.json
|
||||
sed -i -e "s/DEV/123/g" instance.cfg
|
||||
sed -i -e "s/DEV/123/g" .minecraft/config/fancymenu/customization/main_menu.txt
|
||||
|
||||
- name: Archive Release MMC
|
||||
run: zip -r TerraFirmaGreg-1.20-${{ steps.get_version.outputs.version }}-mmc.zip mmc-pack.json instance.cfg .minecraft/
|
||||
|
||||
Reference in New Issue
Block a user