diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-17 16:43:20 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-17 16:43:20 +0100 |
commit | 204115e487eaa92fc6d9ff9a0bf8b356b66e4346 (patch) | |
tree | ac5c27a9ff82e940f8ec22888b1671463c4470ad /.github | |
parent | ac0664f625223d87ccc4cddccd60fef35e7c6b62 (diff) |
third...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
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 |