We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bcde2 commit dad0284Copy full SHA for dad0284
.github/workflows/release.yaml
@@ -54,6 +54,12 @@ jobs:
54
- name: Download Artifacts
55
uses: actions/download-artifact@v3
56
57
+ - name: Fix Directory Structure
58
+ run: |
59
+ mkdir bin
60
+ mv bin-*/* bin/
61
+ rm bin-*
62
+
63
# this will only publish if the version has been updated
64
- name: NPM Publish
65
uses: JS-DevTools/[email protected]
.npmignore
@@ -1 +1,3 @@
1
-build/*
+.github/*
2
+build/*
3
+.gitmodules
0 commit comments