Skip to content

Commit

Permalink
Fix print_logs.sh invocation (#5376)
Browse files Browse the repository at this point in the history
Fix print_logs invocation in release CI

---
TYPE: BUG
DESC: Fix print_logs invocation in release CI

(cherry picked from commit 11e35dc)
  • Loading branch information
dudoslav authored and ihnorton committed Nov 18, 2024
1 parent 5c9108e commit ce6393f
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 @@ -139,7 +139,7 @@ jobs:
- name: "Print log files (failed build only)"
shell: bash
run: |
$GITHUB_WORKSPACE/scripts/ci/print_logs.sh
source $GITHUB_WORKSPACE/scripts/ci/print_logs.sh
if: failure() # only run this job if the build step failed

Test-Release-Artifacts:
Expand Down

0 comments on commit ce6393f

Please sign in to comment.