Skip to content

Commit fee4a04

Browse files
committed
ci: report how to install what this run built
1 parent 9831dd6 commit fee4a04

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
type: string
1212
default: main
1313
outputs:
14-
artifact:
15-
description: Download URL for the built distributions.
16-
value: ${{ jobs.build.outputs.artifact }}
14+
install:
15+
description: How to get what this run built.
16+
value: ${{ jobs.build.outputs.install }}
1717

1818
name: CI
1919

@@ -44,7 +44,7 @@ jobs:
4444
needs: generate
4545
runs-on: ubuntu-latest
4646
outputs:
47-
artifact: ${{ steps.upload.outputs.artifact-url }}
47+
install: "[download](${{ steps.upload.outputs.artifact-url }})"
4848
steps:
4949
- uses: actions/download-artifact@v8
5050
with:

0 commit comments

Comments
 (0)