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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user