We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fa294 commit 567a0d6Copy full SHA for 567a0d6
.github/workflows/main.yml
@@ -343,10 +343,9 @@ jobs:
343
run: haxelib list
344
- name: Create Version Tag
345
run: echo "${{github.run_id}}" > VERSION
346
- - name: Build iOS project
+ - name: Build iOS project (unsigned)
347
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}}"
+ haxelib run lime build ios --app-version="4.0.0-${{ github.run_id}}" -simulator
350
- name: Upload iOS Project Artifact
351
uses: actions/upload-artifact@v4
352
with:
0 commit comments