Don't delete build folder in CI runs

The build folder was being deleted at the end of CI runs but it has to be cached and this deletion wasn't necessary as the disk would be wiped at the end of the CI build, this has now been fixed.
This commit is contained in:
PixelyIon 2022-07-03 11:29:11 +05:30
parent 2636a37b31
commit cd969316e9
No known key found for this signature in database
GPG Key ID: 11BC6C3201BC2C05
1 changed files with 0 additions and 3 deletions

View File

@ -97,6 +97,3 @@ jobs:
with:
name: skyline-${{ github.run_number }}-unsigned-release.apk
path: skyline-${{ github.run_number }}-unsigned-release.apk
- name: Delete Build Folder
run: rm -rf app/build/