mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
more CI cleanup
This commit is contained in:
@@ -46,6 +46,9 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
|
- name: Set up PNPM 💎
|
||||||
|
uses: pnpm/action-setup@v2.2.3
|
||||||
|
|
||||||
- name: Set up Python 3.10 🐍
|
- name: Set up Python 3.10 🐍
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
@@ -61,10 +64,14 @@ jobs:
|
|||||||
- name: Install NodeJS dependencies ⬇️
|
- name: Install NodeJS dependencies ⬇️
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
npm i
|
pnpm ci
|
||||||
npm run build
|
|
||||||
|
|
||||||
- name: Build 🛠️
|
- name: Build JS Frontend 🛠️
|
||||||
|
run: |
|
||||||
|
cd frontend
|
||||||
|
pnpm run build
|
||||||
|
|
||||||
|
- name: Build Python Backend 🛠️
|
||||||
run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data ./backend/static:/static --add-data ./backend/legacy:/legacy ./backend/*.py
|
run: pyinstaller --noconfirm --onefile --name "PluginLoader" --add-data ./backend/static:/static --add-data ./backend/legacy:/legacy ./backend/*.py
|
||||||
|
|
||||||
- name: Upload package artifact ⬆️
|
- name: Upload package artifact ⬆️
|
||||||
|
|||||||
Reference in New Issue
Block a user