Skip to content

Commit

Permalink
update cakephp5 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Sep 23, 2023
1 parent 1440a6b commit c9813be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-cakephp5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:

- name: Set permissions
run: |
chmod -R 777 ${{ env.WORKING_DIRECTORY }}/tmp \
&& chmod -R 777 ${{ env.WORKING_DIRECTORY }}/logs
chmod -R 777 tmp \
&& chmod -R 777 logs
- name: Install zip
uses: montudor/action-zip@v1
Expand Down

0 comments on commit c9813be

Please sign in to comment.