Skip to content

Commit bf2ea76

Browse files
Initial commit (#4)
Signed-off-by: teodordelibasic-db <[email protected]>
1 parent 9103016 commit bf2ea76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
with:
9494
path: artifacts
9595

96+
- name: Flatten artifacts
97+
run: |
98+
find artifacts -name '*.node' -exec mv {} . \;
99+
ls -la *.node
100+
96101
- name: Move artifacts
97102
run: npm run artifacts
98103

0 commit comments

Comments
 (0)