CI: fix error in coverage workflow file

This commit is contained in:
Geza Lore 2021-06-13 02:48:33 +01:00
parent cd871ca79e
commit 18cabc369b

View File

@ -39,9 +39,9 @@ jobs:
- name: Upload Verilator artifact
uses: actions/upload-artifact@v2
with:
name: ${{ env.VERILATOR_ARCHIVE }}
path: ${{ env.VERILATOR_ARCHIVE }}
with:
name: ${{ env.VERILATOR_ARCHIVE }}
path: ${{ env.VERILATOR_ARCHIVE }}
Test: