Skip to content

Commit c3bd239

Browse files
cleanup trailing spaces for linter
1 parent 4b62d51 commit c3bd239

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-node-packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)