Add to action
This commit is contained in:
parent
c2734ccf37
commit
552fdbedd1
|
@ -20,7 +20,8 @@ Include this in your `.github/workflows/main.yaml`:
|
|||
```yaml
|
||||
- name: PyInstaller Windows
|
||||
uses: JackMcKew/pyinstaller-action-windows@master
|
||||
with: src
|
||||
with:
|
||||
path: src
|
||||
```
|
||||
|
||||
## Full Example
|
||||
|
|
|
@ -26,3 +26,5 @@ runs:
|
|||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.path }}
|
||||
- ${{ inputs.pypi_url }}
|
||||
- ${{ inputs.pypi_index_url }}
|
Loading…
Reference in New Issue