add ls
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user