add ls for debugging
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
||||
- name: Build binary
|
||||
run: |
|
||||
cd ${GITHUB_WORKSPACE}
|
||||
ls
|
||||
pyinstaller --onefile --add-data "data/:data/" setup.py
|
||||
cp dist/setup arch-setup
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user