[ci] add id to archive step so outputs work

This commit is contained in:
Chris
2025-05-06 16:58:31 -06:00
parent 8f15caba94
commit 0aa1896e94

View File

@ -99,6 +99,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Archive
id: archive
env:
GH_TOKEN: ${{ github.token }}
run: ci/archive-job-log.sh ${{ needs.publish.outputs.job_id }} >> $GITHUB_OUTPUT