Skip to content

Commit

Permalink
workflows: fix variable name in nightly build
Browse files Browse the repository at this point in the history
Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew authored and ndechesne committed Jan 15, 2025
1 parent ad1251d commit d55004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
needs: build-nightly
secrets: inherit
with:
url: ${{ needs.build-nightly.outputs.artifact_url }}
url: ${{ needs.build-nightly.outputs.artifacts_url }}

0 comments on commit d55004a

Please sign in to comment.