fix workflows
This commit is contained in:
parent
bbf3ab0571
commit
a371419c5d
4 changed files with 6 additions and 5 deletions
3
.github/buildtools/client_mod.txt
vendored
3
.github/buildtools/client_mod.txt
vendored
|
|
@ -14,7 +14,8 @@ embeddiumplus-*
|
|||
entityculling-*
|
||||
fancymenu_*
|
||||
farsight-*
|
||||
firstperson-forge-*
|
||||
firstperson-*
|
||||
FpsReducer2-*
|
||||
invhud*
|
||||
ItemPhysicLite_*
|
||||
no-report-button-*
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
run: |
|
||||
VERSION=${{ needs.modpack-info.outputs.project_version }}
|
||||
sed -i -e "s/DEV/${VERSION}/g" .github/buildtools/modpack/manifest.json
|
||||
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/main_menu.txt
|
||||
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt
|
||||
|
||||
- name: Export CF
|
||||
run: |
|
||||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
run: |
|
||||
VERSION=${{ needs.modpack-info.outputs.project_version }}
|
||||
sed -i -e "s/DEV/${VERSION}/g" .github/buildtools/modpack/instance.cfg
|
||||
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/main_menu.txt
|
||||
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt
|
||||
|
||||
- name: Download Mods
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
- nanhealthfixer
|
||||
- tfcchannelcasting
|
||||
- toofast
|
||||
- no-report-button
|
||||
### Update mods
|
||||
- GregTech -> 1.1.0
|
||||
- TerraFirmaCraft -> 3.1.5
|
||||
|
|
@ -50,7 +51,6 @@
|
|||
- moonlight -> 2.8.84
|
||||
- PlayerRevive -> 2.0.22
|
||||
### Deleted mods
|
||||
- FastLoad-Reforged
|
||||
- NoChatReports
|
||||
|
||||
## [0.6.3] - 16.01.2024
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
- nanhealthfixer
|
||||
- tfcchannelcasting
|
||||
- toofast
|
||||
- no-report-button
|
||||
### Обновленные моды
|
||||
- GregTech -> 1.1.0
|
||||
- TerraFirmaCraft -> 3.1.5
|
||||
|
|
@ -50,7 +51,6 @@
|
|||
- moonlight -> 2.8.84
|
||||
- PlayerRevive -> 2.0.22
|
||||
### Удаленные моды
|
||||
- FastLoad-Reforged
|
||||
- NoChatReports
|
||||
|
||||
## [0.6.3] - 16.01.2024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue