File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,16 +3,13 @@ name: Release
33on :
44 workflow_dispatch :
55 inputs :
6- version :
7- description : ' Git tag for the release. For example, v1.2.3'
8- required : true
96 run_id :
107 description : ' ID of the CI workflow run that created the release assets'
118 type : number
129 required : true
1310
1411concurrency :
15- group : ${{ github.workflow }}-${{ inputs.version }}
12+ group : ${{ github.workflow }}-${{ github.ref_name }}
1613 cancel-in-progress : true
1714
1815permissions : {}
@@ -52,18 +49,22 @@ jobs:
5249 with :
5350 name : php-matrix_linux_arm64
5451 path : out/linux_arm64
52+ run-id : ${{ inputs.run_id }}
5553 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5654 with :
5755 name : php-matrix_linux_amd64
5856 path : out/linux_amd64
57+ run-id : ${{ inputs.run_id }}
5958 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6059 with :
6160 name : php-matrix_darwin_arm64
6261 path : out/darwin_arm64
62+ run-id : ${{ inputs.run_id }}
6363 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6464 with :
6565 name : php-matrix_darwin_amd64
6666 path : out/darwin_amd64
67+ run-id : ${{ inputs.run_id }}
6768
6869 - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
6970 id : app-token
You can’t perform that action at this time.
0 commit comments