From 950076768af8a83d66c2d8a59109bed9720a9f3f Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 4 Sep 2021 14:53:11 +0200 Subject: [PATCH] Tried with named artifacts and absolute path --- .github/workflows/macos.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 1d1b407..f4dbb47 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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