Skip to content

Commit

Permalink
Move to special build folder fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed Feb 22, 2023
1 parent a5745e8 commit 1630749
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2
path: 'build/'
with:
path: ./build
- name: Cleanup directories
working-directory: ./build
with:
working-directory: ./build
run: |
rm -r .git
rm -r .github/
Expand All @@ -34,8 +36,8 @@ jobs:
rm captainhook.json
- name: Install dependencies
uses: php-actions/composer@v6
working-directory: ./build
with:
working-directory: ./build
dev: no
php_version: 7.4
version: 2.2.x
Expand Down

0 comments on commit 1630749

Please sign in to comment.