Skip to content

Commit

Permalink
common: fix path to log_calls.diff file
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Feb 27, 2024
1 parent 9229d84 commit e67d187
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/scan_log_calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:

- name: Non-empty diff
if: steps.log_calls_diff.outputs.length != '0'
run: cat log_calls.diff
run: cat ${{ env.WORKING_DIRECTORY }}/log_calls.diff

- name: Upload artifacts
if: steps.log_calls_diff.outputs.length != '0'
uses: actions/upload-artifact@v3
with:
name: log_calls_diff
path: |
${{ env.WORKING_DIRECTORY }}/log_calls.diff
path: ${{ env.WORKING_DIRECTORY }}/log_calls.diff

- name: Exit code
run: |
Expand Down

0 comments on commit e67d187

Please sign in to comment.