add ls for debugging
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
- name: Build binary
|
- name: Build binary
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user