Skip to content

Commit

Permalink
GitHub Actions: remove comment from publish-logs action
Browse files Browse the repository at this point in the history
This hopefully fixes problem where publish logs cannot attach
archive

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
  • Loading branch information
uncleDecart authored and giggsoff committed Oct 6, 2023
1 parent 90affa9 commit 0af365a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-logs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
with:
name: ${{ inputs.report_name }}
path: |
${{ github.workspace }}/eden/eve-info.tar.gz # created by collect-info action
${{ github.workspace }}/eden/eve-info.tar.gz
${{ github.workspace }}/eden/trace.log
${{ github.workspace }}/eden/info.log
${{ github.workspace }}/eden/metric.log
Expand Down

0 comments on commit 0af365a

Please sign in to comment.