Skip to content

Commit 2c9faf2

Browse files
committed
Another github actions test
1 parent 438ed5f commit 2c9faf2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,8 @@ jobs:
4040
with:
4141
node-version: '14'
4242
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/
4943
- uses: actions/download-artifact@v2
5044
with:
51-
name: win32-x64
5245
path: prebuilds/
5346
- run: ls -R
5447
- run: npm publish

0 commit comments

Comments
 (0)