Skip to content

Commit

Permalink
Update MACS Briefcase Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
macs-bot committed Jan 4, 2024
1 parent bcc5594 commit 84c43c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/briefcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
[ ! -d "target/projects/${{ github.event.repository.name }}" ] && mkdir -p "target/projects/${{ github.event.repository.name }}"
rsync -zarv --prune-empty-dirs --include='*/' --include='*.md' --exclude='*' source/ target/projects/${{ github.event.repository.name }}/
cd target
find . -type d -name "vendor" -exec rm -rf {} +
find . -type d -name "autoload" -exec rm -rf {} +
find . -type d -name "lib" -exec rm -rf {} +
find . -type d -name "Pods" -exec rm -rf {} +
git config --global user.name "${{ secrets.gh_bot_name }}"
git config --global user.email "${{ secrets.gh_bot_email }}"
git add .
Expand Down

0 comments on commit 84c43c2

Please sign in to comment.