Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Nov 16, 2023
1 parent 71daed2 commit eea24bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit eea24bf

Please sign in to comment.