Skip to content

Commit

Permalink
Added more insights on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 22, 2024
1 parent ec4d676 commit c251a8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
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
run: |
eas build --profile preview --non-interactive --platform android --local --output=./ReBeal-release.apk
ls -la -/**
- name: 😊 Create Release
id: create_release
Expand Down

0 comments on commit c251a8b

Please sign in to comment.