Автоматическая сборка сервисных пакетов обновлений

This commit is contained in:
RoyceDa
2026-02-18 20:39:58 +02:00
parent eee419c0d4
commit f8ca15422f

View File

@@ -7,7 +7,7 @@ on:
branches: branches:
- main - main
paths: paths:
- 'lib/**' - 'app/**'
jobs: jobs:
build: build:
@@ -53,7 +53,7 @@ jobs:
#Собираем Kernel чтобы свежие файлы попали в папку out #Собираем Kernel чтобы свежие файлы попали в папку out
- name: Build the application - name: Build the application
run: npm run kernel:linux run: npm run kernel:linux
#Собираем сервисные пакеты для всех платформ #Собираем сервисные пакеты для всех платформ
- name: Build SP - name: Build SP
shell: bash shell: bash