Fix build.yaml

This commit is contained in:
Rebecca Breu 2021-07-06 19:51:58 +02:00
parent 26e04767f5
commit 6ff4a34315

View file

@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install -e .
pip install -e .
- name: Run build.py
run: |
python build.py
@ -27,5 +27,5 @@ jobs:
- name: Upload artifact
with:
name: build
path: dist/*.zip
retention-days: 5
path: dist/*.zip
retention-days: 5