add ls for debugging

This commit is contained in:
2025-07-14 07:56:26 +05:30
parent e76b9f5a90
commit 13ddeae596

View File

@@ -24,6 +24,7 @@ jobs:
- name: Build binary
run: |
cd ${GITHUB_WORKSPACE}
ls
pyinstaller --onefile --add-data "data/:data/" setup.py
cp dist/setup arch-setup
shell: bash