This commit is contained in:
2025-07-14 08:00:24 +05:30
parent 4d4f08c762
commit 7931aa73a6

View File

@@ -23,8 +23,7 @@ jobs:
pip install pyinstaller inquirerpy distro pip install pyinstaller inquirerpy distro
- name: Build binary - name: Build binary
run: | run: |
pwd pwd && ls
cd ${GITHUB_WORKSPACE}
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