aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 16:43:20 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 16:43:20 +0100
commit204115e487eaa92fc6d9ff9a0bf8b356b66e4346 (patch)
treeac5c27a9ff82e940f8ec22888b1671463c4470ad
parentac0664f625223d87ccc4cddccd60fef35e7c6b62 (diff)
third...
-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