Skip to content

Commit

Permalink
add 2.206 support
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 authored Jun 9, 2024
1 parent af18318 commit fa3097d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit fa3097d

Please sign in to comment.