We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0c9691 + a9528f6 commit 0bfb652Copy full SHA for 0bfb652
.github/workflows/build-on-push.yml
@@ -20,4 +20,4 @@ jobs:
20
needs: [build-daily, schema-check]
21
secrets: inherit
22
with:
23
- url: ${{ needs.build.outputs.artifacts_url }}
+ url: ${{ needs.build-daily.outputs.artifacts_url }}
0 commit comments