Skip to content

Commit 3d89965

Browse files
committed
chore: disable client compilation in release
1 parent e9a79da commit 3d89965

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
target_type:
1212
- server
13-
- client
13+
# - client
1414
steps:
1515
- uses: actions/checkout@v6
1616

@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
target_type:
6868
- server
69-
- client
69+
# - client
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v6

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Supported LeviLamina 1.9.2(Client 1.21.132.1 and Server 1.21.132.3)
14+
- Supported LeviLamina 1.9.2(Server 1.21.132.3)
1515
- Resolved some warnings in code
1616

1717
## [0.13.0-rc.1] - 2026-01-20

tooth.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,6 @@
3333
]
3434
}
3535
]
36-
},
37-
{
38-
"label": "client",
39-
"platform": "win-x64",
40-
"assets": [
41-
{
42-
"type": "zip",
43-
"urls": [
44-
"https://{{tooth}}/releases/download/v{{version}}/MoreDimensions-client-windows-x64.zip"
45-
],
46-
"dependencies": {
47-
"github.com/LiteLDev/LeviLamina#client": ">=1.9.2 <1.10.0"
48-
},
49-
"placements": [
50-
{
51-
"type": "dir",
52-
"src": "more-dimensions/",
53-
"dest": "mods/more-dimensions/"
54-
}
55-
]
56-
}
57-
]
5836
}
5937
]
6038
}

0 commit comments

Comments
 (0)