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

Added files
This commit is contained in:
Andrey Kernichniy 2026-03-13 01:00:24 +07:00
parent bf0142bd6a
commit 7c351972cc
17 changed files with 966 additions and 8 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: gxc-math-${{ github.sha }}
name: gxc-hotkeys-${{ 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-hotkeys-${{ github.sha }}
path: ./artifact
- name: Setup Node.js