Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Theodore Tsirpanis <[email protected]>
  • Loading branch information
dudoslav and teo-tsirpanis authored Nov 13, 2024
1 parent 8ca7397 commit dd8d05a
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: |
sh $GITHUB_WORKSPACE/scripts/ci/print_logs.sh
$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 dd8d05a

Please sign in to comment.