diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10e121d001e..03f0debf974 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: