mirror of https://github.com/Kylart/KawAnime.git
Tried with named artifacts and absolute path
This commit is contained in:
parent
6e41b45a14
commit
950076768a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue