File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tailwind.config.js @MetaMask/design-system-engineers
99.github / @ MetaMask/mobile-platform
1010.github /CODEOWNERS @ MetaMask/mobile-platform
1111patches / @ MetaMask/mobile-platform
12- .github /builds .yml @ MetaMask/mobile-platform
12+ .github /actions / configure-signing / action .yml @ MetaMask/mobile-platform
1313app /core /Analytics /index.ts @ MetaMask/mobile-platform
1414app /core /Analytics /MetaMetrics.constants.ts @ MetaMask/mobile-platform
1515app /core /Analytics /MetaMetrics.test.ts @ MetaMask/mobile-platform
@@ -51,6 +51,9 @@ certs/certificate.pem @MetaMask/mobile-adm
5151ios /fastlane / @ MetaMask/mobile-admins
5252scripts /setup-app-store-connect-api-key.sh @ MetaMask/mobile-admins
5353scripts /upload-to-testflight.sh @ MetaMask/mobile-admins
54+ scripts /set-secrets-from-config.js @ MetaMask/mobile-admins
55+ .github /builds.yml @ MetaMask/mobile-admins
56+
5457
5558# Platform & Snaps Code Fencing File
5659metro.transform.js @ MetaMask/mobile-platform @ MetaMask/core-platform
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204 export METRO_MAX_WORKERS='4'
205205 BUILD_NAME="${{ inputs.build_name }}"
206206 SCRIPT_NAME="build:${{ matrix.platform }}:${BUILD_NAME//-/:}"
207- yarn run "$SCRIPT_NAME"
207+ yarn "$SCRIPT_NAME"
208208
209209 # Expo development builds: upload iOS .app for simulator (Runway-style artifact)
210210 - name : Upload iOS Expo development build
You can’t perform that action at this time.
0 commit comments