Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Celestial04 authored Jan 29, 2025
1 parent 90b3e9f commit a7acc6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
- name: Setup Gradle cache
uses: gradle/actions/setup-gradle@v4

- name: Grant execute permission for Gradlew
run: chmod +x gradlew

- name: Build APK
run: ./gradlew assembleDebug # Remplace par `assembleRelease` si nécessaire

- name: Debug - Check APK existence
run: ls -R app/build/outputs/

- name: Upload APK as Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a7acc6c

Please sign in to comment.