Skip to content

Commit

Permalink
[feat] add Clear Cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 18, 2024
1 parent a93f9a7 commit c52a529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
fi
echo "PROJECT_NAME=$project_name" >> $GITHUB_ENV
- name: Clear Cache
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData
- name: Archive Project
run: |
set -x
Expand Down

0 comments on commit c52a529

Please sign in to comment.