From b49ba2d04c26bf605ca4d49f23da91128ee68cb7 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 29 Jan 2023 18:10:39 -0800 Subject: [PATCH] Fix pr build --- .github/workflows/publish-pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml index 3bd35228..f581fbb6 100644 --- a/.github/workflows/publish-pr.yml +++ b/.github/workflows/publish-pr.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout git repo - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Install Node and NPM - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16 cache: npm @@ -36,7 +36,7 @@ jobs: command: | npm run postinstall npm run build - npm exec electron-builder build --publish never --win --mac --linux + npm exec electron-builder -- --publish never --win --mac --linux on_retry_command: npm cache clean --force - uses: actions/upload-artifact@v3