Skip to content

Commit dad0284

Browse files
committed
fix package structure
1 parent b0bcde2 commit dad0284

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- name: Download Artifacts
5555
uses: actions/download-artifact@v3
5656

57+
- name: Fix Directory Structure
58+
run: |
59+
mkdir bin
60+
mv bin-*/* bin/
61+
rm bin-*
62+
5763
# this will only publish if the version has been updated
5864
- name: NPM Publish
5965
uses: JS-DevTools/[email protected]

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
build/*
1+
.github/*
2+
build/*
3+
.gitmodules

0 commit comments

Comments
 (0)