Update .npmrc and CD workflow

This commit is contained in:
Andrey Kernichniy 2026-03-08 12:30:42 +07:00
parent 5d1c47815a
commit 41a325f5e1
2 changed files with 3 additions and 3 deletions

View file

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

2
.npmrc
View file

@ -1 +1 @@
regestry=https://npm.gxc-solutions.ru/ @gxc-solutions:registry=https://npm.gxc-solutions.ru/