aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 16:39:54 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 16:39:54 +0100
commitac0664f625223d87ccc4cddccd60fef35e7c6b62 (patch)
tree999f918c41bd4e03f7e9a96f752654620bfaf274 /.github
parentfirst stab at Action for building exe file (diff)
second stab...
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