Skip to content

Commit 1e27d10

Browse files
authored
Update android.yml
1 parent 14dc360 commit 1e27d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
chmod +x ./gradlew
2828

2929
- name: Build APK
30-
run: ./gradlew assembleDebug
30+
run: ./gradlew clean assembleDebug
3131

3232
- name: Upload APK
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)