diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6a16430..24310a2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: 🛠️ Build run: | - pyinstaller --noconfirm --onefile --name "Decky" --add-data ./backend/static:/static ./backend/*.py + pyinstaller --noconfirm --onefile --name "Decky" --add-data ./backend/static:/static --add-data ./backend/legacy:/legacy ./backend/*.py - name: ⬆️ Upload package uses: actions/upload-artifact@v2 |
