Skip to content

Commit a371419

Browse files
author
Xikaro
committed
fix workflows
1 parent bbf3ab0 commit a371419

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/buildtools/client_mod.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ embeddiumplus-*
1414
entityculling-*
1515
fancymenu_*
1616
farsight-*
17-
firstperson-forge-*
17+
firstperson-*
18+
FpsReducer2-*
1819
invhud*
1920
ItemPhysicLite_*
2021
no-report-button-*

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
VERSION=${{ needs.modpack-info.outputs.project_version }}
8484
sed -i -e "s/DEV/${VERSION}/g" .github/buildtools/modpack/manifest.json
85-
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/main_menu.txt
85+
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt
8686
8787
- name: Export CF
8888
run: |
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
VERSION=${{ needs.modpack-info.outputs.project_version }}
114114
sed -i -e "s/DEV/${VERSION}/g" .github/buildtools/modpack/instance.cfg
115-
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/main_menu.txt
115+
sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt
116116
117117
- name: Download Mods
118118
run: |

CHANGELOG_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- nanhealthfixer
3838
- tfcchannelcasting
3939
- toofast
40+
- no-report-button
4041
### Update mods
4142
- GregTech -> 1.1.0
4243
- TerraFirmaCraft -> 3.1.5
@@ -50,7 +51,6 @@
5051
- moonlight -> 2.8.84
5152
- PlayerRevive -> 2.0.22
5253
### Deleted mods
53-
- FastLoad-Reforged
5454
- NoChatReports
5555

5656
## [0.6.3] - 16.01.2024

CHANGELOG_RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- nanhealthfixer
3838
- tfcchannelcasting
3939
- toofast
40+
- no-report-button
4041
### Обновленные моды
4142
- GregTech -> 1.1.0
4243
- TerraFirmaCraft -> 3.1.5
@@ -50,7 +51,6 @@
5051
- moonlight -> 2.8.84
5152
- PlayerRevive -> 2.0.22
5253
### Удаленные моды
53-
- FastLoad-Reforged
5454
- NoChatReports
5555

5656
## [0.6.3] - 16.01.2024

0 commit comments

Comments
 (0)