Skip to content

Commit e5193ec

Browse files
committed
Workflow: Fixed moving the downloaded artifact command
1 parent 1cfb785 commit e5193ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ jobs:
8686
ls -al
8787
- name: Move the main report artifact to same directory as pr report
8888
run: |
89-
ls -al ./artifact-lighthouse-report-main
90-
mv ./artifact-lighthouse-report-main/lighthouse-reports-main ./lighthouse-reports
89+
mv main-report.json ./lighthouse-reports
9190
- name: Compare the artifacts for negative differences in performance
9291
continue-on-error: true
9392
run: |

0 commit comments

Comments
 (0)