Skip to content

Commit

Permalink
fix: GitHub publisher link in README (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundjrl committed May 14, 2024
1 parent dcb8e30 commit 771dbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Now you have distributables that you can share with your users. If you run the `
npm install --save-dev @electron-forge/publisher-github
```

Once you have [configured the publisher according to the documentation](config/publishers/github), run the following command to upload your distributables:
Once you have [configured the publisher according to the documentation](config/publishers/github.md), run the following command to upload your distributables:

```bash
npm run publish
Expand Down

0 comments on commit 771dbb1

Please sign in to comment.