diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index faaa506..6c6b8e3 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -16,9 +16,10 @@ jobs: os: windows-latest - - name: iOS # what kind of person makes an ios version of their mod but not macos (me) - os: macos-latest - target: iOS + # - name: iOS # what kind of person makes an ios version of their mod but not macos (me) + # os: macos-latest + # target: iOS + # removed ios until its supported for 2.206 - name: Android32 os: ubuntu-latest @@ -35,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - name: Build the mod - uses: RoootTheFox/build-geode-mod@main + uses: geode-sdk/build-geode-mod@main with: combine: true target: ${{ matrix.config.target }} @@ -46,7 +47,7 @@ jobs: needs: ['build'] steps: - - uses: RoootTheFox/build-geode-mod/combine@main + - uses: geode-sdk/build-geode-mod/combine@main id: build - uses: actions/upload-artifact@v4