From 47fa5cb195251b7dd4d19546d3fb3a993fe80cc4 Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 4 Sep 2021 16:38:54 +0200 Subject: [PATCH] tried folder upload --- .github/workflows/macos.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index f653466..a178757 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -37,17 +37,14 @@ jobs: - run: npm install - run: npm run collect:dylibs - run: npm run dist:mac - - run: ls ${GITHUB_WORKSPACE}/dist - run: npm test - name: Upload a Build Artifact uses: actions/upload-artifact@v2 with: - # Destination path - name: "KawAnime-0.5.0.dmg" - path: ${GITHUB_WORKSPACE}/dist/KawAnime-0.5.0.dmg - # - name: Download test Artifact - # uses: actions/download-artifact@v2 - # with: - # # Destination path - # name: mochawesome-report - # path: mochawesome-report/ # optional + name: dist + path: dist/ + - name: Download test Artifact + uses: actions/upload-artifact@v2 + with: + name: mochawesome-report # optional + path: mochawesome-report/ # optional