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