Skip to content

Commit 7d24e8b

Browse files
committed
update messaging
1 parent 8257ae6 commit 7d24e8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ jobs:
2929
if: ${{ github.event_name == 'pull_request' }}
3030
uses: marocchino/sticky-pull-request-comment@v2
3131
with:
32-
append: true
3332
header: artifacts
3433
message: |
35-
Tests completed successfully.
34+
Tests completed successfully. Build artifacts for this pull request will appear below once ready.
3635
3736
### Build Artifacts
38-
| Platform | Download |
39-
|:-:|------------------------|
37+
| Platform | Link |
38+
|:--|------------------------|
4039
build:
4140
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
4241
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)