File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,24 +29,24 @@ jobs:
2929 - name : Checkout code
3030 uses : actions/checkout@v4
3131
32- - name : Download artifacts from Build Binaries workflow (triggered by Build Binaries )
32+ - name : Download artifacts from Build Binaries workflow (via Commit Dist Artifacts )
3333 if : github.event_name == 'workflow_run'
3434 uses : dawidd6/action-download-artifact@v6
3535 with :
3636 github_token : ${{ secrets.GITHUB_TOKEN }}
3737 workflow : build.yaml
38- run_id : ${{ github.event.workflow_run.id }}
38+ commit : ${{ github.event.workflow_run.head_sha }}
39+ workflow_conclusion : success
3940 name_is_regexp : true
4041 name : perfecto-mcp-.*
4142 path : artifacts/
4243
43- - name : Download artifacts from Build Binaries workflow (triggered by release/manual)
44+ - name : Download artifacts from Build Binaries workflow (release/manual)
4445 if : github.event_name != 'workflow_run'
4546 uses : dawidd6/action-download-artifact@v6
4647 with :
4748 github_token : ${{ secrets.GITHUB_TOKEN }}
4849 workflow : build.yaml
49- commit : ${{ github.sha }}
5050 workflow_conclusion : success
5151 name_is_regexp : true
5252 name : perfecto-mcp-.*
You can’t perform that action at this time.
0 commit comments