workflows
This commit is contained in:
parent
10722b2372
commit
c1752e19f0
3 changed files with 13 additions and 16 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
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/${DEV}/g" .minecraft/config/bcc-common.toml
|
||||
sed -i -e "s/DEV/${DEV}/g" config/fancymenu/customization/main_menu.txt
|
||||
sed -i -e "s/DEV/${DEV}/g" config/bcc-common.toml
|
||||
|
||||
- name: Move
|
||||
run: rsync -av --exclude-from='.github/buildtools/filelist.txt' ./ .minecraft/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue