mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix build.yaml
This commit is contained in:
parent
26e04767f5
commit
6ff4a34315
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue