mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-26 21:54:16 +01:00
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:
parent
2636a37b31
commit
cd969316e9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user