Skip to content

Commit f4fb826

Browse files
committed
feat(action): Don't use nightly
1 parent 6c1b6a6 commit f4fb826

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ jobs:
2626
os: ubuntu-latest
2727
target: Android64
2828

29+
- name: iOS
30+
os: macos-latest
31+
target: iOS
32+
2933
name: ${{ matrix.config.name }}
3034
runs-on: ${{ matrix.config.os }}
3135

3236
steps:
3337
- uses: actions/checkout@v4
3438

3539
- name: Build the mod
36-
uses: geode-sdk/build-geode-mod@main
40+
uses: geode-catgirls/build-geode-mod@test
3741
with:
3842
sdk: 'nightly'
3943
combine: true

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "4.3.1",
2+
"geode": "4.3.0",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",

0 commit comments

Comments
 (0)