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