add ls
This commit is contained in:
@@ -23,8 +23,7 @@ jobs:
|
||||
pip install pyinstaller inquirerpy distro
|
||||
- name: Build binary
|
||||
run: |
|
||||
pwd
|
||||
cd ${GITHUB_WORKSPACE}
|
||||
pwd && ls
|
||||
pyinstaller --onefile --add-data "data/:data/" setup.py
|
||||
cp dist/setup arch-setup
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user