aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index aeca49a..ef817fc 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
pip install poetry==1.0.5
poetry install
- name: Build with pyinstaller
- run: python -m pyinstaller cli.py --name "dm" --onefile
+ run: python -m PyInstaller.__main__ cli.py --name "dm" --onefile
- uses: actions/upload-artifact@master
with:
name: Windows