generated from gxc-solutions/gxc-template-repo
This commit is contained in:
parent
e735f59f79
commit
2e10cfb743
3 changed files with 6 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: gxc-math-${{ github.sha }}
|
||||
name: gxc-viewer-base-${{ 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-viewer-base-${{ github.sha }}
|
||||
path: ./artifact
|
||||
|
||||
- name: Setup Node.js
|
||||
|
|
|
|||
2
.npmrc
2
.npmrc
|
|
@ -1 +1 @@
|
|||
regestry=https://npm.gxc-solutions.ru/
|
||||
@gxc-solutions:registry=https://npm.gxc-solutions.ru/
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# Description
|
||||
|
||||
Classes/function/interfaces and constants for viewer implementation
|
||||
Loading…
Add table
Add a link
Reference in a new issue