Skip to content

Commit 26c38a6

Browse files
committed
ci: upload artifact
1 parent 937a46e commit 26c38a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,15 @@ jobs:
137137
- name: Download artifact
138138
id: download-artifact
139139
uses: dawidd6/action-download-artifact@v2
140+
continue-on-error: true
140141
with:
141142
workflow_conclusion: success
142143
pr: ${{github.event.pull_request.number}}
143144
# branch: main
144145
name: size-report
146+
147+
- uses: actions/upload-artifact@v3
148+
if: ${{ success() }}
149+
with:
150+
name: size-report
151+
path: temp/size

0 commit comments

Comments
 (0)