Added first files
Some checks failed
CI / build (push) Failing after 51s

This commit is contained in:
Andrey Kernichniy 2026-03-08 00:30:02 +07:00
parent 4f9a581530
commit 17f580fc70
15 changed files with 296 additions and 3 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: gxc-math-${{ github.sha }}
name: gxc-command-executer-${{ github.sha }}
path: ./dist/
deploy:
@ -53,7 +53,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: gxc-math-${{ github.sha }}
name: gxc-command-executer-${{ github.sha }}
path: ./artifact
- name: Setup Node.js