Skip to content

Commit

Permalink
Forced profiles and plztform to prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 16, 2024
1 parent 7f9fb10 commit f0a08c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: 🏃‍♂️ Prebuild
run: yarn expo prebuild
run: yarn expo prebuild --platform android --profile preview

- name: 🔒 Decode google-services.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
foregroundImage: "./assets/images/adaptive-icon.png",
backgroundColor: "#000000",
},
googleServicesFile: process.env.GOOGLE_SERVICES_FILE,
googleServicesFile: "./google-services.json",
package: "com.rebeal",
config: {
googleServicesFile: "./google-services.json",
Expand Down

0 comments on commit f0a08c6

Please sign in to comment.