Skip to content

Commit

Permalink
Updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Mar 17, 2021
1 parent 3adeceb commit 8eebfa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,17 +313,17 @@ jobs:
- name: Download Linux report
uses: actions/download-artifact@v2
with:
name: report-Linux
name: reports-Linux

- name: Unzip reports from Linux
run: |
unzip report-Linux.zip -d report-Linux
unzip reports-Linux.zip -d reports-Linux
- name: Publish reports
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: report-Linux
folder: reports-Linux/cypress/reports/html



Expand Down

0 comments on commit 8eebfa1

Please sign in to comment.