Skip to content

Commit

Permalink
build.yml: Fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 28, 2024
1 parent 04f4399 commit b78f7ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,9 @@ jobs:
| Build | Link |
| ----- | ---- |
${{ needs.*.outputs.pr_links }}
${{ needs.build_pulseview_appimage.outputs.pr_links }}
${{ needs.build_pulseview_mxe.outputs.pr_links }}
${{ needs.build_pulseview_macos.outputs.pr_links }}
Note: Binaries are removed after 90 days. If necessary, re-trigger a build by commenting '/build'.
with:
Expand Down Expand Up @@ -849,7 +851,9 @@ jobs:
| Build | Link |
| ----- | ---- |
${{ needs.*.outputs.pr_links }}
${{ needs.build_sigrok-cli_appimage.outputs.pr_links }}
${{ needs.build_sigrok-cli_mxe.outputs.pr_links }}
${{ needs.build_sigrok-cli_macos.outputs.pr_links }}
Note: Binaries are removed after 90 days. If necessary, re-trigger a build by commenting '/build'.
with:
Expand Down

0 comments on commit b78f7ea

Please sign in to comment.