Skip to content

Commit

Permalink
docs(publisher): mention that multiple targets are allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 27, 2017
1 parent 4b68880 commit 3ec0cfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ electron-forge lint
electron-forge publish
```

This will `make` your project and publish any generated artifacts. By default it will publish to GitHub but you can change the publish target with `--target=YourTarget`.
This will `make` your project and publish any generated artifacts. By default it will publish to
GitHub, but you can change the publish target(s) with `--target=YourTarget,YourTarget2`, where the
value is a comma-separated list of targets.

# Config

Expand Down

0 comments on commit 3ec0cfa

Please sign in to comment.