This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
Update build.yml
pull/211/head
Caven Chen
5 months ago
parent
a76e8647cc
commit
d4b596c76a
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
.github/workflows/build.yml
+ 1
- 1
.github/workflows/build.yml
View File
with:
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
- name: Publish project
- name: Publish project
run: yarn && yarn run build:release
run: yarn
install --force
&& yarn run build:release
Write
Preview
Loading…
Cancel
Save