workflow: Fix correct outputdir for makepackage
This commit is contained in:
parent
a076dd4704
commit
001d29e733
|
|
@ -435,7 +435,7 @@ jobs:
|
|||
|
||||
- name: Make installer
|
||||
run: |
|
||||
python makepanda/makepackage.py --verbose --lzma
|
||||
python makepanda/makepackage.py --verbose --lzma --outputdir=built_dbl
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v5
|
||||
|
|
|
|||
Loading…
Reference in New Issue