diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-07-02 14:55:27 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-07-02 14:55:27 -0700 |
| commit | 246b31794a1ab085eb42f7ca57c44430b0342c34 (patch) | |
| tree | 5ab4d35b8e0c05159b429c89455c0c69ed12ed37 /.github/workflows/build.yml | |
| parent | b7d57de3781a95b5046e678a4ec259a4b0d80910 (diff) | |
| download | decky-loader-246b31794a1ab085eb42f7ca57c44430b0342c34.tar.gz decky-loader-246b31794a1ab085eb42f7ca57c44430b0342c34.zip | |
Update workflow
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
