main #8

Merged
Royce59 merged 9 commits from main into dev 2026-02-21 16:37:04 +00:00
Showing only changes of commit f8ca15422f - Show all commits

View File

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