From 2b1b66682ea80efbd82e8543dedb3c949ae642fe Mon Sep 17 00:00:00 2001 From: elnexreal <40328573+elnexreal@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:29:25 -0300 Subject: [PATCH] add bindings ref to the multi platform build (#6) --- examples/multi-platform.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/multi-platform.yml b/examples/multi-platform.yml index 327bdf1..1cbfbca 100644 --- a/examples/multi-platform.yml +++ b/examples/multi-platform.yml @@ -35,6 +35,8 @@ jobs: - name: Build the mod uses: geode-sdk/build-geode-mod@main with: + bindings: geode-sdk/bindings + bindings-ref: main combine: true target: ${{ matrix.config.target }}