Skip to content

Commit 8d29341

Browse files
committed
Remove unnecessary clean command and streamline APK build process
1 parent b1d5fbd commit 8d29341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android.build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ jobs:
7575
rm -rf ~/.buildozer
7676
rm -rf ./.buildozer
7777
78-
buildozer android clean
7978
buildozer -v android release
80-
79+
8180
8281
- name: Upload APK artifact
8382
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)