Tried with named artifacts and absolute path

This commit is contained in:
Kylart 2021-09-04 14:53:11 +02:00
parent 6e41b45a14
commit 950076768a
1 changed files with 8 additions and 8 deletions

View File

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