We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b02278 commit a2ab00dCopy full SHA for a2ab00d
1 file changed
.github/workflows/publish_android.yml
@@ -13,6 +13,9 @@ jobs:
13
- name: Check out code
14
uses: actions/checkout@v4
15
16
+ - name: Clean .build folder
17
+ uses: rm -rf .build/
18
+
19
- name: Export Debug AARs
20
run: |
21
skip export --module LemonKit --no-export-project -d android/lib/debug/ --debug
0 commit comments