ci: fix variable name when downloading previous object checkusms (#50510)

This commit is contained in:
David Sanders
2026-03-26 06:31:30 -07:00
committed by GitHub
parent a839fb94aa
commit f5bc6f7949

View File

@@ -52,7 +52,7 @@ runs:
if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') && inputs.is-asan != 'true' }}
with:
name: object_checksums_${{ inputs.artifact-platform }}_${{ inputs.target-arch }}
commit: ${{ case(github.event_name == 'push', github.event.push.before, github.event.pull_request.base.sha) }}
commit: ${{ case(github.event_name == 'push', github.event.before, github.event.pull_request.base.sha) }}
path: src
if_no_artifact_found: ignore
- name: Move previous object checksums