Skip to content

Commit b57dac5

Browse files
authored
Update build.yml
1 parent f81b44c commit b57dac5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- '**'
7+
- "**"
88

99
jobs:
1010
build:
@@ -14,17 +14,17 @@ jobs:
1414
config:
1515
- name: Windows
1616
os: windows-latest
17-
18-
#- name: macOS
19-
# os: macos-latest
2017

21-
# - name: Android32
22-
# os: ubuntu-latest
23-
# target: Android32
18+
- name: macOS
19+
os: macos-latest
2420

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
2828

2929
name: ${{ matrix.config.name }}
3030
runs-on: ${{ matrix.config.os }}
@@ -35,11 +35,11 @@ jobs:
3535
- name: Build the mod
3636
uses: geode-sdk/build-geode-mod@main
3737
with:
38-
cli: v3.0.0-beta.1
39-
sdk: nightly
38+
bindings: geode-sdk/bindings
39+
bindings-ref: main
4040
combine: true
4141
target: ${{ matrix.config.target }}
42-
42+
4343
package:
4444
name: Package builds
4545
runs-on: ubuntu-latest
@@ -49,7 +49,7 @@ jobs:
4949
- uses: geode-sdk/build-geode-mod/combine@main
5050
id: build
5151

52-
- uses: actions/upload-artifact@v3
52+
- uses: actions/upload-artifact@v4
5353
with:
5454
name: Build Output
5555
path: ${{ steps.build.outputs.build-output }}

0 commit comments

Comments
 (0)