Update workflow

This commit is contained in:
TrainDoctor
2022-07-02 14:55:27 -07:00
parent b7d57de378
commit 246b31794a

View File

@@ -43,11 +43,11 @@ jobs:
- name: 🛠️ Build
run: |
pyinstaller --noconfirm --onefile --name "Decky" --add-data ./backend/static:/static --add-data ./backend/legacy:/legacy ./backend/*.py
pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data ./backend/static:/static --add-data ./backend/legacy:/legacy ./backend/*.py
- name: ⬆️ Upload package
uses: actions/upload-artifact@v2
with:
name: Plugin Loader
path: |
./dist/*
./dist/PluginLoader