We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a07aa2 commit aba7c8fCopy full SHA for aba7c8f
.github/workflows/CD.yml
@@ -6,7 +6,7 @@ on:
6
- published
7
8
jobs:
9
- upload-asset:
+ continueus-deployment:
10
runs-on: windows-latest
11
steps:
12
- name: Checkout code
thunderstore.toml
@@ -25,7 +25,11 @@ target = "plugins/io.github.xhayper.COTL_API/COTL_API.dll"
25
source = "Assets"
26
target = "plugins/io.github.xhayper.COTL_API/Assets"
27
28
+[general]
29
+repository = "https://thunderstore.io"
30
+
31
[publish]
-repository = "https://cult-of-the-lamb.thunderstore.io"
32
communities = ["cult-of-the-lamb"]
-categories = ["libraries"]
33
34
+[publish.categories]
35
+cult-of-the-lamb = [ "artifacts", "skills" ]
0 commit comments