From fb66204ffd08d5e8fd46255b1ef710ef21afd00a Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sun, 19 Feb 2023 17:22:15 +0800 Subject: [PATCH] fix bug Former-commit-id: 503e36442e7dedf93d7bc72d3a92872345a45663 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af343983..0c6a4013 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 - name: Install Snapcraft uses: samuelmeuli/action-snapcraft@v1.2.0 @@ -42,7 +42,7 @@ jobs: mkdir -p ~/private_keys/ echo '${{ secrets.api_key }}' > ~/private_keys/AuthKey_${{ secrets.api_key_id }}.p8 - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1.6.0 + uses: paneron/action-electron-builder@v1.8.1 with: build_script_name: "build" # GitHub token, automatically provided to the action