File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,19 +74,18 @@ jobs:
7474 mkdir unix-dgram@2.0.6
7575 mkdir unix-dgram@2.0.6/node_modules
7676
77- - name : Tar node-packages
77+ - name : Tar node-packages
7878 run : |
7979 mv node_modules/bcrypt ./bcrypt@5.1.0/node_modules/bcrypt
8080 mv node_modules/cld ./cld@2.9.1/node_modules/cld
8181 mv node_modules/unix-dgram ./unix-dgram@2.0.6/node_modules/unix-dgram
8282 tar --hard-dereference -cvzf packages_${{matrix.arch}}.tar.gz bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
83-
8483
8584 - name : Upload archive to release
8685 uses : softprops/action-gh-release@v1
8786 with :
8887 name : node-${{ env.NODE_VERSION }}-LATEST
8988 tag_name : node-${{ env.NODE_VERSION }}-release
90- files : packages_${{matrix.arch}}.tar.gz
89+ files : packages_${{matrix.arch}}.tar.gz
9190 env :
9291 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments