Skip to content

Commit ad7bce8

Browse files
authored
fix(workflows/pr-review-companion): exclude parent from upload (#38452)
Previously, the folder `build` was uploaded inside the target folder.
1 parent d13c127 commit ad7bce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-review-companion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
destination: "${{ vars.GCP_BUCKET_NAME }}/${{ env.PREFIX }}"
121121
resumable: false
122122
concurrency: 500
123+
parent: false
123124
process_gcloudignore: false
124125

125126
- name: Deploy and analyze built content

0 commit comments

Comments
 (0)