From 6e5c9c70147dbe1205e84fb59a39ec437c41df32 Mon Sep 17 00:00:00 2001 From: Alphalaneous <38200084+Alphalaneous@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:46:38 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 297b74d..1f4fb30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - '**' + - "**" jobs: build: @@ -15,9 +15,6 @@ jobs: - name: Windows os: windows-latest - #- name: macOS - # os: macos-latest - - name: Android32 os: ubuntu-latest target: Android32 @@ -30,28 +27,28 @@ jobs: runs-on: ${{ matrix.config.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build the mod uses: geode-sdk/build-geode-mod@main - with: - sdk: nightly - cli: 'v3.0.0-beta.1' + sdk: 'nightly' + cli: 'v3.0.0' + bindings: geode-sdk/bindings + bindings-ref: main combine: true target: ${{ matrix.config.target }} - bindings: Alphalaneous/bindings - + package: name: Package builds runs-on: ubuntu-latest needs: ['build'] steps: - - uses: geode-sdk/build-geode-mod@combine + - uses: geode-sdk/build-geode-mod/combine@main id: build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Build Output - path: ${{ steps.build.outputs.build-output }} + path: ${{ steps.build.outputs.build-output }} \ No newline at end of file