You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-desgin Farming tab UI (time setting works now)
- Remove TTWars from auto build system (you will need to compile it in local and fix parser system yourself because of TTWars's UI changes) (why I (VINAGHOST) don't fix ? I don't play on TTWars and since no donations for that, i prefer on Official version)
Copy file name to clipboardExpand all lines: .github/workflows/hotfix.yml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ jobs:
49
49
needs: version
50
50
strategy:
51
51
matrix:
52
-
server: [TRAVIAN_OFFICIAL, TTWARS]
52
+
server: [TRAVIAN_OFFICIAL]
53
53
steps:
54
54
- name: Setup dotnet
55
55
uses: actions/setup-dotnet@v2
@@ -84,15 +84,14 @@ jobs:
84
84
- name: Archive release
85
85
run: |
86
86
cd TBS; zip -r "TBS-${{needs.version.outputs.version}}-TravianOfficial.zip" TBS-TRAVIAN_OFFICIAL; cp -R "TBS-${{needs.version.outputs.version}}-TravianOfficial.zip" ../; cd ..
87
-
cd TBS; zip -r "TBS-${{needs.version.outputs.version}}-TTWars.zip" TBS-TTWARS; cp -R "TBS-${{needs.version.outputs.version}}-TTWars.zip" ../; cd ..
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ jobs:
48
48
needs: version
49
49
strategy:
50
50
matrix:
51
-
server: [TRAVIAN_OFFICIAL, TTWARS]
51
+
server: [TRAVIAN_OFFICIAL]
52
52
steps:
53
53
- name: Setup dotnet
54
54
uses: actions/setup-dotnet@v2
@@ -83,7 +83,6 @@ jobs:
83
83
- name: Archive release
84
84
run: |
85
85
cd TBS; zip -r "TBS-${{needs.version.outputs.version}}-TravianOfficial.zip" TBS-TRAVIAN_OFFICIAL; cp -R "TBS-${{needs.version.outputs.version}}-TravianOfficial.zip" ../; cd ..
86
-
cd TBS; zip -r "TBS-${{needs.version.outputs.version}}-TTWars.zip" TBS-TTWARS; cp -R "TBS-${{needs.version.outputs.version}}-TTWars.zip" ../; cd ..
0 commit comments