Browse Source

workflow: Fix correct outputdir for makepackage

rdb 1 year ago
parent
commit
001d29e733
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -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