Skip to content

Commit 099fca1

Browse files
authored
really
1 parent e059867 commit 099fca1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- "**"
7+
- main
88
jobs:
99
build:
1010
strategy:
@@ -13,7 +13,6 @@ jobs:
1313
config:
1414
- name: Windows
1515
os: windows-latest
16-
# will uncomment mac only when it releases
1716
- name: macOS
1817
os: macos-latest
1918
- name: Android32
@@ -39,9 +38,11 @@ jobs:
3938
uses: geode-sdk/build-geode-mod@main
4039
with:
4140
#sdk: 'nightly'
42-
cli: 'v3.0.0-beta.1'
43-
combine: true
41+
#cli: 'v3.0.0-beta.1'
42+
bindings: geode-sdk/bindings
4443
export-pdb: true
44+
bindings-ref: main
45+
combine: true
4546
target: ${{ matrix.config.target }}
4647

4748
package:

0 commit comments

Comments
 (0)