There was an error while loading. Please reload this page.
1 parent 9831dd6 commit fee4a04Copy full SHA for fee4a04
1 file changed
.github/workflows/ci.yaml
@@ -11,9 +11,9 @@ on:
11
type: string
12
default: main
13
outputs:
14
- artifact:
15
- description: Download URL for the built distributions.
16
- value: ${{ jobs.build.outputs.artifact }}
+ install:
+ description: How to get what this run built.
+ value: ${{ jobs.build.outputs.install }}
17
18
name: CI
19
@@ -44,7 +44,7 @@ jobs:
44
needs: generate
45
runs-on: ubuntu-latest
46
47
- artifact: ${{ steps.upload.outputs.artifact-url }}
+ install: "[download](${{ steps.upload.outputs.artifact-url }})"
48
steps:
49
- uses: actions/download-artifact@v8
50
with:
0 commit comments