Skip to content

Commit

Permalink
fix syntax to access cross-job outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Mar 29, 2024
1 parent 9e614fc commit 1180e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages-gh-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ jobs:
GH_REPOSITORY: ${{ github.repository }}
GH_SHA: ${{ github.sha }}
GH_TOKEN: ${{ github.token }}
GH_ARTIFACT_ID: ${{ needs.jobs.build.outputs.artifact-id }}
GH_ARTIFACT_ID: ${{ needs.build.outputs.artifact-id }}
GH_ARTIFACT_URL: ${{ needs.build.outputs.artifact-url }}

0 comments on commit 1180e68

Please sign in to comment.