File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
push :
6
6
branches :
7
- - ' ** '
7
+ - " ** "
8
8
9
9
jobs :
10
10
build :
@@ -14,17 +14,17 @@ jobs:
14
14
config :
15
15
- name : Windows
16
16
os : windows-latest
17
-
18
- # - name: macOS
19
- # os: macos-latest
20
17
21
- # - name: Android32
22
- # os: ubuntu-latest
23
- # target: Android32
18
+ - name : macOS
19
+ os : macos-latest
24
20
25
- # - name: Android64
26
- # os: ubuntu-latest
27
- # target: Android64
21
+ - name : Android32
22
+ os : ubuntu-latest
23
+ target : Android32
24
+
25
+ - name : Android64
26
+ os : ubuntu-latest
27
+ target : Android64
28
28
29
29
name : ${{ matrix.config.name }}
30
30
runs-on : ${{ matrix.config.os }}
@@ -35,11 +35,11 @@ jobs:
35
35
- name : Build the mod
36
36
uses : geode-sdk/build-geode-mod@main
37
37
with :
38
- cli : v3.0.0-beta.1
39
- sdk : nightly
38
+ bindings : geode-sdk/bindings
39
+ bindings-ref : main
40
40
combine : true
41
41
target : ${{ matrix.config.target }}
42
-
42
+
43
43
package :
44
44
name : Package builds
45
45
runs-on : ubuntu-latest
49
49
- uses : geode-sdk/build-geode-mod/combine@main
50
50
id : build
51
51
52
- - uses : actions/upload-artifact@v3
52
+ - uses : actions/upload-artifact@v4
53
53
with :
54
54
name : Build Output
55
55
path : ${{ steps.build.outputs.build-output }}
You can’t perform that action at this time.
0 commit comments