Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 18, 2024
1 parent a48d1bf commit 281da91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
ls -la
- name: 🏃‍♂️ Prebuild
run: yarn expo prebuild --platform android
run: |
yarn expo prebuild --platform android
cp assets/images/icon.png android/app/src/main/res/mipmap-hdpi/ic_launcher.png
cp assets/sounds/notification.wav android/app/src/main/res/raw/notification.wav
- name: 🚀 Build
run: eas build --profile preview --non-interactive --platform android --local --output=./ReBeal-release.apk
Expand Down
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "expo-build-properties";
export default {
expo: {
name: "rebeal",
slug: "ReBeal.",
slug: "slug",
version: "1.0.0",
orientation: "portrait",
icon: "./assets/images/icon.png",
Expand Down

0 comments on commit 281da91

Please sign in to comment.