From 246b31794a1ab085eb42f7ca57c44430b0342c34 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 2 Jul 2022 14:55:27 -0700 Subject: Update workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24310a2b..fb45ecf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- cgit v1.2.3