Workflow: Fix Windows artifact detection with wildcards and debug listing
This commit is contained in:
@@ -47,8 +47,11 @@ jobs:
|
||||
cdrx/pyinstaller-windows \
|
||||
sh -c "pip install -r requirements.txt && pyinstaller --onefile --name tamigo-cli tamigo.py"
|
||||
|
||||
- name: Debug - List output files
|
||||
run: ls -R dist/
|
||||
|
||||
- name: Upload Windows Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: binary-windows
|
||||
path: dist/tamigo-cli.exe
|
||||
path: dist/*.exe
|
||||
|
||||
Reference in New Issue
Block a user