Skip to content

Commit

Permalink
🧪 version match fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Mar 12, 2024
1 parent bfe5c09 commit 55957ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ jobs:

- name: Archive report.html
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: report
path: e2e/dist/report.html

- name: Archive log.html
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: log
Expand Down

0 comments on commit 55957ed

Please sign in to comment.