Skip to content

Commit 33fc969

Browse files
committed
make pr and master dirs
1 parent 844f078 commit 33fc969

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publishsizes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
run: |
2727
mkdir -p artifacts && cd artifacts
2828
mkdir -p sizes-report
29-
mkdir -p event-file
29+
mkdir -p sizes-report/master
30+
mkdir -p sizes-report/pr
3031
artifacts_url=${{ github.event.workflow_run.artifacts_url }}
3132
gh api "$artifacts_url" -q '.artifacts[] | [.name, .archive_download_url] | @tsv' | while read artifact
3233
do

0 commit comments

Comments
 (0)