From 4695e2c187b439c31570b743be92bca61f3d20e3 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Fri, 1 Jan 2021 18:18:00 +0100 Subject: [PATCH] Deleted upload articfact Due to gh package and actions limit reached --- .github/workflows/electron.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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