Skip to content

Commit

Permalink
ci: Changes for 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Jun 8, 2024
1 parent e551a66 commit c98baea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
# - name: macOS
# os: macos-latest

- name: Android32
os: ubuntu-latest
target: Android32
# - name: Android32
# os: ubuntu-latest
# target: Android32

- name: Android64
os: ubuntu-latest
target: Android64
# - name: Android64
# os: ubuntu-latest
# target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand All @@ -38,6 +38,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'nightly'
cli: 'v3.0.0-beta.1'
combine: true
target: ${{ matrix.config.target }}

Expand Down
8 changes: 4 additions & 4 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"geode": "3.0.0-alpha.1",
"gd": {
"win": "2.206",
"android": "2.205"
"android": "2.206"
},
"version": "v0.2.0-beta.1",
"version": "0.2.0-beta.1",
"id": "flafy.autonong",
"name": "Auto Nong",
"developer": "Flafy",
Expand All @@ -19,8 +19,8 @@
"dependencies": [
{
"id": "fleym.nongd",
"version": ">=2.10.0-beta.3",
"required": true
"version": ">=2.10.0-beta.4",
"importance": "Required"
}
],
"resources": {
Expand Down

0 comments on commit c98baea

Please sign in to comment.