Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Häublein committed May 25, 2021
1 parent 291095c commit 793b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: composer install --no-suggest --no-dev --no-progress --optimize-autoloader --classmap-authoritative
working-directory: ./Symfony-API/
- name: Copy OpenAPIServerBundle
run: rm server-bundle && cp -r ../../../OpenAPIServerBundle/ server-bundle
run: rm -r server-bundle && cp -r ../../../OpenAPIServerBundle/ server-bundle
working-directory: ./Symfony-API/vendor/openapi
- name: Insert ReactJS files
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 793b2dc

Please sign in to comment.