We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438ed5f commit 2c9faf2Copy full SHA for 2c9faf2
1 file changed
.github/workflows/npm-publish.yml
@@ -40,15 +40,8 @@ jobs:
40
with:
41
node-version: '14'
42
registry-url: https://registry.npmjs.org/
43
- - run: npm install
44
- - run: mkdir prebuilds
45
- - uses: actions/download-artifact@v2
46
- with:
47
- name: linux-x64
48
- path: prebuilds/
49
- uses: actions/download-artifact@v2
50
51
- name: win32-x64
52
path: prebuilds/
53
- run: ls -R
54
- run: npm publish
0 commit comments