Skip to content

Commit

Permalink
Fixed CI probably
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 committed Sep 22, 2024
1 parent c251a8b commit 88291a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,12 @@ jobs:
- name: 🚀 Build
run: |
eas build --profile preview --non-interactive --platform android --local --output=./ReBeal-release.apk
ls -la -/**
ls -la ./**
- name: 📦 Upload APK
uses: actions/upload-artifact@v3
with:
name: ReBeal-release.apk
path: ./ReBeal-release.apk
- name: 😊 Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 88291a1

Please sign in to comment.