We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8257ae6 commit 7d24e8bCopy full SHA for 7d24e8b
.github/workflows/build.yml
@@ -29,14 +29,13 @@ jobs:
29
if: ${{ github.event_name == 'pull_request' }}
30
uses: marocchino/sticky-pull-request-comment@v2
31
with:
32
- append: true
33
header: artifacts
34
message: |
35
- Tests completed successfully.
+ Tests completed successfully. Build artifacts for this pull request will appear below once ready.
36
37
### Build Artifacts
38
- | Platform | Download |
39
- |:-:|------------------------|
+ | Platform | Link |
+ |:--|------------------------|
40
build:
41
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
42
runs-on: ${{ matrix.os }}
0 commit comments