Skip to content

Commit 11e35dc

Browse files
authored
Fix print_logs.sh invocation (#5376)
Fix print_logs invocation in release CI --- TYPE: BUG DESC: Fix print_logs invocation in release CI
1 parent 5c9108e commit 11e35dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: "Print log files (failed build only)"
140140
shell: bash
141141
run: |
142-
$GITHUB_WORKSPACE/scripts/ci/print_logs.sh
142+
source $GITHUB_WORKSPACE/scripts/ci/print_logs.sh
143143
if: failure() # only run this job if the build step failed
144144

145145
Test-Release-Artifacts:

0 commit comments

Comments
 (0)