Skip to content

Commit a2ab00d

Browse files
committed
Do this
1 parent 7b02278 commit a2ab00d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish_android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Check out code
1414
uses: actions/checkout@v4
1515

16+
- name: Clean .build folder
17+
uses: rm -rf .build/
18+
1619
- name: Export Debug AARs
1720
run: |
1821
skip export --module LemonKit --no-export-project -d android/lib/debug/ --debug

0 commit comments

Comments
 (0)