Skip to content

Commit 567a0d6

Browse files
committed
[WIP] iOS workflow
1 parent 23fa294 commit 567a0d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,9 @@ jobs:
343343
run: haxelib list
344344
- name: Create Version Tag
345345
run: echo "${{github.run_id}}" > VERSION
346-
- name: Build iOS project
346+
- name: Build iOS project (unsigned)
347347
run: |
348-
# Build the iOS project (creates Xcode project but doesn't require signing for build step)
349-
haxelib run lime build ios --app-version="4.0.0-${{ github.run_id}}"
348+
haxelib run lime build ios --app-version="4.0.0-${{ github.run_id}}" -simulator
350349
- name: Upload iOS Project Artifact
351350
uses: actions/upload-artifact@v4
352351
with:

0 commit comments

Comments
 (0)