diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index b0d495b..2b896d5 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -25,3 +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