diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-17 17:02:17 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-17 17:02:17 +0100 |
commit | ee4d05ddd41b6d9874577d494b3328cdfa733ba0 (patch) | |
tree | b19c50e9fd6e830bc696b38aed9f044b2bd74177 /.github | |
parent | 0be19f4430de00e52a08cc116fd8daab0c5ecbca (diff) |
sixth...
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 3 |
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: |