Skip to content

Commit fb1552f

Browse files
Create release folder structure for build artifacts by adding directories for PR Summary and PR Review
1 parent 3d39bb9 commit fb1552f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
working-directory: source-folder
7474
run: |
7575
rm -rf ${{ github.workspace }}/release-folder/*
76+
mkdir ${{ github.workspace }}/release-folder/pr-summary
77+
mkdir ${{ github.workspace }}/release-folder/pr-review
7678
- name: Copy build output from source branch to release branch (PR Summary)
7779
working-directory: source-folder/pr-summary
7880
run: |

0 commit comments

Comments
 (0)