]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Fix table formatting
authorSoeren Apel <redacted>
Wed, 28 Aug 2024 12:18:41 +0000 (14:18 +0200)
committerSoeren Apel <redacted>
Wed, 28 Aug 2024 12:18:41 +0000 (14:18 +0200)
.github/workflows/build.yml

index a4a16a604a080e00cd6df8f28ea244bd2cbfadb6..3f1b4c7cc8670b6918f81ca968eac1f69ad13274 100644 (file)
@@ -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:
@@ -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: