github: try to cleanup work directory before running, useful for self-hosted runners

This commit is contained in:
Alibek Omarov 2022-01-03 21:13:02 +03:00
parent b7a32f6843
commit d4d79573f6

View File

@ -42,6 +42,8 @@ jobs:
ANDROID_SDK_TOOLS_VER: 4333796
UPLOADTOOL_ISPRERELEASE: true
steps:
- name: Cleanup
run: rm -rf .*
- name: Checkout
uses: actions/checkout@v2
with: