Skip to content

Commit

Permalink
Fix artifact path for Redmine logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 21, 2025
1 parent 49ea162 commit 65d8cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redmine_api_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
with:
name: "redmine_${{ matrix.redmine-versions }}_php_${{ matrix.php-versions }}_logs"
path: |
${{ env.REDMINE_INSTALL_PATH }}/logs/
${{ env.REDMINE_INSTALL_PATH }}/log/
${{ github.workspace }}/tests/_output/redmine/
if-no-files-found: ignore
retention-days: 10

0 comments on commit 65d8cf2

Please sign in to comment.