This commit is contained in:
2025-07-14 07:59:01 +05:30
parent 13ddeae596
commit 4d4f08c762

View File

@@ -23,8 +23,8 @@ jobs:
pip install pyinstaller inquirerpy distro pip install pyinstaller inquirerpy distro
- name: Build binary - name: Build binary
run: | run: |
pwd
cd ${GITHUB_WORKSPACE} cd ${GITHUB_WORKSPACE}
ls
pyinstaller --onefile --add-data "data/:data/" setup.py pyinstaller --onefile --add-data "data/:data/" setup.py
cp dist/setup arch-setup cp dist/setup arch-setup
shell: bash shell: bash