Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Nov 30, 2021
1 parent 220e9c9 commit 0fe2ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0fe2ee4

Please sign in to comment.