Compare commits

1 Commits
main ... dev

Author SHA1 Message Date
RoyceDa
bb55fb47aa Улучшение workflow 2026-02-18 20:41:37 +02:00

View File

@@ -7,7 +7,7 @@ on:
branches: branches:
- main - main
paths: paths:
- 'app/**' - '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