Skip to content

Commit

Permalink
cache ios : clean build before exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Okkoma committed Nov 14, 2024
1 parent 0380853 commit b6ca2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
if: github.event_name == 'push'
- name: Clean
run: |
rm -rf {build/ci/bin,build/ci/lib}
rm -rf {build/ci/lib,build/ci/bin/*.app}

0 comments on commit b6ca2e5

Please sign in to comment.