Skip to content

Commit

Permalink
WIP: debugging where the apk is uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaElattar committed Feb 16, 2025
1 parent c3e9f1d commit b7191a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ jobs:

- name: Run Build Script
run: ./build.sh --build --production || { echo "Build script failed!"; exit 1; }

- name: Debug - Check Build Output
run: ls -R

- name: Upload APK Artifact
uses: actions/upload-artifact@v4
with:
name: app-apk
path: build/app/outputs/apk/release/*.apk
path: apks/*.apk

0 comments on commit b7191a2

Please sign in to comment.