Skip to content

Commit

Permalink
Add FAQ and example repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMcKew committed Jun 15, 2020
1 parent 318c4aa commit 33e0125
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ If you wish to specify a package mirror, this is possibly via the `pypi_url` and
## Example usage

There's an example repository where you can see this action in action: <https://github.com/JackMcKew/pyinstaller-action-windows-example>. Where you can find the packaged executable at: <https://github.com/JackMcKew/pyinstaller-action-windows-example/actions/runs/135879475>.

Include this in your `.github/workflows/main.yaml`:

```yaml
Expand Down Expand Up @@ -64,6 +66,10 @@ jobs:
path: src/dist/windows
```
## FAQ
If you get this error: `OSError: [WinError 123] Invalid name: '/tmp\\*'`, ensure your path is correctly configured, the default is `src`.

## Sources

A big thank you to all the contributors over at <https://github.com/cdrx/docker-pyinstaller>, this action is just a modified version of their docker container, thank you!

0 comments on commit 33e0125

Please sign in to comment.