whoops
This commit is contained in:
parent
1c6ef77f5a
commit
d17853d23f
2
.github/workflows/build-ipa.yml
vendored
2
.github/workflows/build-ipa.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Archive
|
- name: Build Archive
|
||||||
run: |
|
run: |
|
||||||
xcodebuild -project MobileMkch/MobileMkch.xcodeproj \
|
xcodebuild -project MobileMkch.xcodeproj \
|
||||||
-scheme MobileMkch \
|
-scheme MobileMkch \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
-destination 'generic/platform=iOS' \
|
-destination 'generic/platform=iOS' \
|
||||||
|
|||||||
@ -1,45 +0,0 @@
|
|||||||
name: Build IPA
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main, master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ main, master ]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: macos-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Xcode
|
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
|
||||||
with:
|
|
||||||
xcode-version: '15.0'
|
|
||||||
|
|
||||||
- name: Build Archive
|
|
||||||
run: |
|
|
||||||
xcodebuild -project MobileMkch.xcodeproj \
|
|
||||||
-scheme MobileMkch \
|
|
||||||
-configuration Release \
|
|
||||||
-destination 'generic/platform=iOS' \
|
|
||||||
-archivePath MobileMkch.xcarchive \
|
|
||||||
archive
|
|
||||||
|
|
||||||
- name: Create Payload
|
|
||||||
run: |
|
|
||||||
mkdir -p Payload
|
|
||||||
cp -r MobileMkch.xcarchive/Products/Applications/MobileMkch.app Payload/
|
|
||||||
|
|
||||||
- name: Create IPA
|
|
||||||
run: |
|
|
||||||
zip -r MobileMkch.ipa Payload/
|
|
||||||
|
|
||||||
- name: Upload IPA
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: MobileMkch-ipa
|
|
||||||
path: MobileMkch.ipa
|
|
||||||
Loading…
x
Reference in New Issue
Block a user