File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,8 @@ jobs:
467467 run : |
468468 echo "PACKAGES_TOKEN is set."
469469 echo "PACKAGES_TOKEN=$PACKAGES_TOKEN" # This should print nothing, it's a secret!
470+ echo "run id"
471+ echo "does this run id match above ${GITHUB_RUN_ID}"
470472
471473 # - name: Get artifact location
472474 # env:
@@ -490,7 +492,7 @@ jobs:
490492 GH_TOKEN : ${{ secrets.PACKAGES_TOKEN }}
491493 run : |
492494 # Get the artifact list for the current workflow run
493- ARTIFACT_LIST=$(gh api "repos/TechnologyEnhancedLearning/TELBlazor/actions/runs/${github.run_id }/artifacts")
495+ ARTIFACT_LIST=$(gh api "repos/TechnologyEnhancedLearning/TELBlazor/actions/runs/${GITHUB_RUN_ID }/artifacts")
494496 # Echo the entire artifact list for debugging purposes
495497 echo "Artifact List: $ARTIFACT_LIST"
496498 # Extract the download URL from the artifact list (first artifact in the list)
You can’t perform that action at this time.
0 commit comments