Skip to content

Commit aba7c8f

Browse files
committed
fix: thunderstore cd
1 parent 6a07aa2 commit aba7c8f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
jobs:
9-
upload-asset:
9+
continueus-deployment:
1010
runs-on: windows-latest
1111
steps:
1212
- name: Checkout code

thunderstore.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ target = "plugins/io.github.xhayper.COTL_API/COTL_API.dll"
2525
source = "Assets"
2626
target = "plugins/io.github.xhayper.COTL_API/Assets"
2727

28+
[general]
29+
repository = "https://thunderstore.io"
30+
2831
[publish]
29-
repository = "https://cult-of-the-lamb.thunderstore.io"
3032
communities = ["cult-of-the-lamb"]
31-
categories = ["libraries"]
33+
34+
[publish.categories]
35+
cult-of-the-lamb = [ "artifacts", "skills" ]

0 commit comments

Comments
 (0)