Skip to content

Commit

Permalink
upload dist after npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Apr 14, 2022
1 parent 3239a98 commit e0fb63a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
- run: cd emsdk && ./emsdk install ${{ matrix.emsdk-version }} && ./emsdk activate ${{ matrix.emsdk-version }} && cd ..
- run: source ./emsdk/emsdk_env.sh && yarn run gulp
- run: npm publish
- name: upload
uses: actions/[email protected]
with:
name: 'dist'
path: 'dist'

0 comments on commit e0fb63a

Please sign in to comment.