Update build
All checks were successful
CI / build (push) Successful in 48s
CI / publish_artefact (push) Successful in 28s

This commit is contained in:
Andrey Kernichniy 2026-03-02 23:39:35 +07:00
parent 71d5894598
commit a00f63b57b
6 changed files with 195 additions and 2 deletions

View file

@ -6,7 +6,7 @@ on:
workflow_dispatch: # позволяет запускать вручную
jobs:
test:
build:
# Название runnerа, который у тебя настроен
runs-on: [docker]
@ -20,4 +20,17 @@ jobs:
node-version: '20'
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run build
publish_artefact:
runs-on: [docker]
steps:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: gxc-renderer-base
path: dist/