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