Skip to content

Commit

Permalink
fix symfony error log location
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Haeublein committed Feb 24, 2022
1 parent 99a6a7d commit 88819bb
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 @@ -140,7 +140,7 @@ jobs:
run: sudo cat /var/log/apache2/error.log*
- name: symfony error log
if: ${{ failure() }}
run: sudo cat var/log/prod/*
run: sudo cat var/log/*.log
working-directory: /var/www/html/Symfony-API/
release:
name: create release draft
Expand Down

0 comments on commit 88819bb

Please sign in to comment.