From 2f92fcbd04decf61075aab047aafbde8e93845d8 Mon Sep 17 00:00:00 2001 From: Cvolton Date: Wed, 13 Dec 2023 02:08:19 +0100 Subject: [PATCH] Add build workflow --- .github/workflows/build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0c8774..76149e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,9 @@ jobs: - name: macOS os: macos-latest + + - name: android + os: ubuntu-latest name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} @@ -25,9 +28,10 @@ jobs: - uses: actions/checkout@v3 - name: Build the mod - uses: geode-sdk/build-geode-mod@main + uses: cvolton/build-geode-mod@main with: combine: true + sdk: 'nightly' package: name: Package builds @@ -35,10 +39,10 @@ jobs: needs: ['build'] steps: - - uses: geode-sdk/build-geode-mod@combine + - uses: cvolton/build-geode-mod@combine id: build - uses: actions/upload-artifact@v3 with: name: Build Output - path: ${{ steps.build.outputs.build-output }} \ No newline at end of file + path: ${{ steps.build.outputs.build-output }}