From 4b852962a6887103cc558cf7b24d59bdb7680f42 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 19 Dec 2020 15:08:32 +0100 Subject: [PATCH] Update electron.yml --- .github/workflows/electron.yml | 5 +++++ 1 file changed, 5 insertions(+) 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