Skip to content

Commit

Permalink
preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Aug 16, 2023
1 parent e6cac14 commit 144d94e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: normal -> extended
run: |
rsync -av --files-from='buildtools/filelist.txt' ./ ./.minecraft/
rsync -av --exclude-from='buildtools/filelist.txt' ./ ./.minecraft/
cp -r ./.minecraft/* ./extended/.minecraft/
cp -r ./modlist.html ./extended/modlist_temp.html
cp -r ./manifest.json ./extended/manifest_temp.json
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set the version
run: |
DEV=${{ steps.get_version.outputs.version }}
sed -i -e "s/DEV/${DEV}/g" extended/.minecraft/config/fancymenu/customization/tfg_version.txt
sed -i -e "s/DEV/${DEV}/g" ./extended/.minecraft/config/fancymenu/customization/tfg_version.txt
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/tfg_version.txt
Expand Down
23 changes: 10 additions & 13 deletions buildtools/filelist.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
bansoukou/
config/
groovy/
mods/
resourcepacks/
resources/
scripts/
shaderpacks/
instance.cfg
icon.png
manifest.json
mmc-pack.json
modlist.html
.git/
.github/
buildtools/
extended/
.gitignore
CHANGELOG_EN.md
CHANGELOG_RU.md
minecraftinstance.json
LICENSE
README.md

0 comments on commit 144d94e

Please sign in to comment.