Release package version 0.0.1
Some checks failed
CI / build (push) Failing after 18s

Added first files
This commit is contained in:
Andrey Kernichniy 2026-03-07 15:37:57 +07:00
parent 8e1f2c6b8b
commit 68186f409b
12 changed files with 90 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-colors-${{ 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-colors-${{ github.sha }}
path: ./artifact
- name: Setup Node.js