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 6c1b6a6 commit f4fb826Copy full SHA for f4fb826
.github/workflows/build.yml
@@ -26,14 +26,18 @@ jobs:
26
os: ubuntu-latest
27
target: Android64
28
29
+ - name: iOS
30
+ os: macos-latest
31
+ target: iOS
32
+
33
name: ${{ matrix.config.name }}
34
runs-on: ${{ matrix.config.os }}
35
36
steps:
37
- uses: actions/checkout@v4
38
39
- name: Build the mod
- uses: geode-sdk/build-geode-mod@main
40
+ uses: geode-catgirls/build-geode-mod@test
41
with:
42
sdk: 'nightly'
43
combine: true
mod.json
@@ -1,5 +1,5 @@
1
{
2
- "geode": "4.3.1",
+ "geode": "4.3.0",
3
"gd": {
4
"win": "2.2074",
5
"android": "2.2074",
0 commit comments