Fix PyInstaller args and artifact glob
Some checks failed
Build and Release / Build Windows Exe (push) Failing after 3s
Some checks failed
Build and Release / Build Windows Exe (push) Failing after 3s
This commit is contained in:
@@ -16,7 +16,8 @@ jobs:
|
|||||||
- name: Build with PyInstaller (Wine)
|
- name: Build with PyInstaller (Wine)
|
||||||
uses: docker://cdrx/pyinstaller-windows:python3
|
uses: docker://cdrx/pyinstaller-windows:python3
|
||||||
with:
|
with:
|
||||||
args: "python -m pip install -r requirements.txt && pyinstaller --onefile --clean --name wif2ansible run.py"
|
# Image automatically installs requirements.txt if present
|
||||||
|
args: "--onefile --clean --name wif2ansible run.py"
|
||||||
|
|
||||||
- name: Generate Version Tag
|
- name: Generate Version Tag
|
||||||
id: version
|
id: version
|
||||||
@@ -27,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.version.outputs.TAG }}
|
tag_name: ${{ steps.version.outputs.TAG }}
|
||||||
name: Release ${{ steps.version.outputs.TAG }}
|
name: Release ${{ steps.version.outputs.TAG }}
|
||||||
files: dist/wif2ansible.exe
|
files: dist/**/*.exe
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user