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: 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