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
Copy file name to clipboardExpand all lines: .github/workflows/cd.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ on:
19
19
required: false
20
20
default: false
21
21
type: boolean
22
+
separate_forge:
23
+
description: 'If false, separate Modrinth Forge mod version will not be uploaded'
24
+
required: false
25
+
default: true
26
+
type: boolean
22
27
23
28
jobs:
24
29
deploy:
@@ -254,7 +259,7 @@ jobs:
254
259
- name: Upload Forge mod version to Modrinth # Forge mod version is uploaded separately atm due to it not being compatible with Minecraft 1.21.6 or above
0 commit comments