Skip to content

Commit

Permalink
chore: try ios local build
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 29, 2024
1 parent b8927b9 commit 12e8eaf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build-ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,20 @@ jobs:
pnpm run build:plugin
pnpm run build:preload
- name: Build IPA
run: expo build:ios --non-interactive --no-publish --type archive
- name: Download IPA
run: curl "$(expo url:ipa --non-interactive)" -o app.ipa
- name: 🏗 Setup Expo and EAS
uses: expo/expo-github-action@v7
with:
token: ${{ secrets.EXPO_TOKEN }}
expo-version: latest
eas-version: latest

- name: 👷 Build app
run: |
eas build --local \
--non-interactive \
--output=./app-build \
--platform=ios \
--profile=preview
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down
33 changes: 19 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12e8eaf

Please sign in to comment.