diff --git a/README.md b/README.md index cb1e9b6..b58f523 100644 --- a/README.md +++ b/README.md @@ -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: . Where you can find the packaged executable at: . + Include this in your `.github/workflows/main.yaml`: ```yaml @@ -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 , this action is just a modified version of their docker container, thank you!