Skip to content

Commit 81c1fd7

Browse files
committed
removed index.node by mistake
1 parent 19391c9 commit 81c1fd7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: install NPM dependencies and build native binary
3131
run: yarn
3232
- name: remove native built artifact before publishing
33-
run: rm native/index.node && rm native/artifacts.json && rm -rf native/target
33+
run: rm native/artifacts.json && rm -rf native/target
3434
- name: Package native binary and upload to github
3535
run: npm run upload-binary
3636
env:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: install NPM dependencies and build native binary
3333
run: yarn
3434
- name: remove native built artifact before publishing
35-
run: rm native/index.node && rm native/artifacts.json && rm -rf native/target
35+
run: rm native/artifacts.json && rm -rf native/target
3636
- name: Package native binary and upload to github
3737
run: npm run upload-binary
3838
env:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: install NPM dependencies and build native binary
3131
run: yarn
3232
- name: remove native built artifact before publishing
33-
run: rm native/index.node && rm native/artifacts.json && rm -rf native/target
33+
run: rm native/artifacts.json && rm -rf native/target
3434
- name: Package native binary and upload to github
3535
run: npm run upload-binary
3636
env:

0 commit comments

Comments
 (0)