Skip to content

Commit

Permalink
Delete only build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Sep 27, 2024
1 parent 07edb0f commit 4e064f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/downgrade-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/downgrade

# clear the dev files
- run: find . -type f ! -name 'bin' ! -name 'src' ! -name 'vendor' ! -name 'composer.json' ! -name 'composer.lock' ! -name 'README.md' ! -name 'vendor' -mindepth 1 -delete
- run: find . -type d -empty -delete
- run: rm -rf build

# setup git user
- run: |
Expand Down

0 comments on commit 4e064f6

Please sign in to comment.