added root folder path

This commit is contained in:
Kylart 2021-09-04 03:56:29 +02:00
parent fc751d3898
commit d96750b43d
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ jobs:
with:
# Destination path
name: dist
path: dist # optional
path: ${GITHUB_WORKSPACE}/dist # optional
- name: Download test Artifact
uses: actions/download-artifact@v2.0.10
with:
# Destination path
name: mochawesome-report
path: mochawesome-report # optional
path: ${GITHUB_WORKSPACE}/mochawesome-report # optional