We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e121827 commit a99dd13Copy full SHA for a99dd13
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build the mod
25
uses: geode-sdk/build-geode-mod@main
26
with:
27
- sdk: 'nightly'
+ sdk: 'v3.1.1'
28
cli: 'v3.0.0'
29
bindings: geode-sdk/bindings
30
bindings-ref: main
mod.json
@@ -1,5 +1,5 @@
1
{
2
- "geode": "3.2.0",
+ "geode": "3.1.1",
3
"gd": {
4
"win": "2.206"
5
},
0 commit comments