workflow: Fix correct outputdir for makepackage

This commit is contained in:
rdb
2024-11-06 18:22:12 +01:00
parent a076dd4704
commit 001d29e733
+1 -1
View File
@@ -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