Skip to content

Commit

Permalink
Move to special build folder fix yaml die zweite
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed Feb 22, 2023
1 parent 1630749 commit 845a97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
with:
path: ./build
- name: Cleanup directories
with:
working-directory: ./build
run: |
cd build/
rm -r .git
rm -r .github/
rm .gitignore
Expand All @@ -34,6 +33,7 @@ jobs:
rm .babelrc.json
rm .eslintrc.json
rm captainhook.json
cd ..
- name: Install dependencies
uses: php-actions/composer@v6
with:
Expand Down

0 comments on commit 845a97d

Please sign in to comment.