diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 2b896d5..a17bc68 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -25,8 +25,8 @@ jobs: - name: Intall dependencies run: npm ci - run: npm run make --if-present - - uses: actions/upload-artifact@v2 - with: - name: Artifact - path: out\make\squirrel.windows\x64 - if-no-files-found: error + # - uses: actions/upload-artifact@v2 + # with: + # name: Artifact + # path: out\make\squirrel.windows\x64 + # if-no-files-found: error