CI: Support large build IDs in artifact builds (#107533)

* CI: Support large build IDs in artifact builds

* Use run_id instead of run_number in prerelease builds
This commit is contained in:
Kevin Minehart
2025-07-02 18:43:59 +00:00
committed by GitHub
parent 11ea1dfba8
commit d57155a19b
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ inputs:
build-id:
type: string
description: an identifier number which can be traced back to the workflow run.
default: ${{github.run_number}}
default: ${{github.run_id}}
required: false
patches-repo:
type: string