Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkropp committed Nov 8, 2023
1 parent 3c5fd5d commit e0bd17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-master-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install fastlane
run: brew install fastlane
- name: Build IPA
run: expo build:ios --non-interactive --type archive
run: npx eas-cli build --platform ios --non-interactive
- name: Download IPA
run: curl "$(expo url:ipa --non-interactive)" -o ocean-scan-app-master.ipa
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e0bd17e

Please sign in to comment.