From 0fe2ee419f9b9295ad1afff7e3ae72888a3b5cc7 Mon Sep 17 00:00:00 2001 From: Leon Date: Tue, 30 Nov 2021 15:49:56 +0800 Subject: [PATCH] chore: action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e017eef..e70aa09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: release: # job's name - name: build and release electron app + name: build and release app # the type of machine to run the job on runs-on: ${{ matrix.os }} @@ -50,8 +50,8 @@ jobs: run: | npm install - # setp5: build electron app - - name: Build Electron app + # setp5: build app + - name: Build app uses: samuelmeuli/action-electron-builder@v1 with: build_script_name: dist