Release package version 0.0.1
All checks were successful
CI / build (push) Successful in 21s

Added first files
This commit is contained in:
Andrey Kernichniy 2026-03-07 15:41:31 +07:00
parent 8e1f2c6b8b
commit 37c748da0f
12 changed files with 93 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