feat: when making PR releases, only download necessary artifacts (#2474)

This commit is contained in:
Scott Morrison 2023-08-31 12:52:22 +10:00 committed by GitHub
parent a0440ea4ea
commit 0901e062eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,8 @@ jobs:
with:
run_id: ${{ github.event.workflow_run.id }}
path: artifacts
name: build-.*
name_is_regexp: true
- name: Prepare release
if: ${{ steps.workflow-info.outputs.pullRequestNumber != '' }}
run: |