aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 17:02:17 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 17:02:17 +0100
commitee4d05ddd41b6d9874577d494b3328cdfa733ba0 (patch)
treeb19c50e9fd6e830bc696b38aed9f044b2bd74177 /.github/workflows/tests.yml
parent0be19f4430de00e52a08cc116fd8daab0c5ecbca (diff)
sixth...
Diffstat (limited to '')
-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: