Skip to content

Commit 8458a4c

Browse files
authored
add ios to example workflow (#29)
1 parent eb75074 commit 8458a4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ Usually this is done using a matrix, and due to limitations on how much actions
103103
104104
To do this, make sure to set `combine: true` on the build action!
105105

106-
## Building a mod on mac, android armv7 and armv8, windows, and then combining it
106+
## Building a mod on mac, ios, android armv7 and armv8, windows, and then combining it
107107
Full workflow: \
108108
https://github.com/geode-sdk/build-geode-mod/blob/main/examples/multi-platform.yml

examples/multi-platform.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- name: macOS
1919
os: macos-latest
2020

21+
- name: iOS
22+
os: macos-latest
23+
target: iOS
24+
2125
- name: Android32
2226
os: ubuntu-latest
2327
target: Android32

0 commit comments

Comments
 (0)