aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1d04bb9..eaeeaaf 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -37,7 +37,8 @@ jobs:
poetry update
- name: Build with pyinstaller
- run: python -m PyInstaller.__main__ cli.py --name "dm" --onefile
+ # run: python -m PyInstaller.__main__ cli.py --name "dm" --onefile
+ run: pyinstaller cli.py --name "dm" --onefile
- uses: actions/upload-artifact@master
with: