Skip to content

Commit 8257ae6

Browse files
committed
Switch to a table
1 parent f763f88 commit 8257ae6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
append: true
3333
header: artifacts
3434
message: |
35-
Tests completed successfully. Build artifacts will be available after the build job.
35+
Tests completed successfully.
36+
37+
### Build Artifacts
38+
| Platform | Download |
39+
|:-:|------------------------|
3640
build:
3741
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
3842
runs-on: ${{ matrix.os }}
@@ -97,7 +101,6 @@ jobs:
97101
append: true
98102
header: artifacts
99103
message: |
100-
### (${{ matrix.os_prefix }}/${{ matrix.arch }})
101-
- [Download processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-pr_${{ github.event.pull_request.number }}](${{ steps.upload-artifact.outputs.artifact-url }})
104+
|(${{ matrix.os_prefix }}/${{ matrix.arch }})|[Download processing-${{ matrix.os_prefix }}-${{ matrix.arch }}-pr_${{ github.event.pull_request.number }}](${{ steps.upload-artifact.outputs.artifact-url }})|
102105
env:
103106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)