Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Feb 20, 2023
1 parent 1a4f960 commit c855461
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ GitHub Actions allows you to build your app on macOS, Windows and Linux without
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

# if you need DEBUG=electron-builder
debugElectron: true
```
## Usage
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ author: Samuel Meuli
description: GitHub Action for building and releasing Electron apps

inputs:
debugElectron:
description: debugElectron sets the environment variable DEBUG=electron-builder
required: false
github_token:
description: GitHub authentication token
required: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-electron-builder",
"version": "1.7.0",
"version": "1.8.0",
"description": "GitHub Action for building and releasing Electron apps",
"author": {
"name": "Samuel Meuli",
Expand Down

0 comments on commit c855461

Please sign in to comment.