Skip to content

Commit fa74a85

Browse files
Get the upload sorted
1 parent 4628a66 commit fa74a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
with:
9393
name: node-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST
9494
tag_name: node-${{ env.NODE_VERSION }}-release
95-
files: ./node-*.tar.xz
95+
files: ./artifacts/${{ env.NODE_ARCHIVE_LATEST }}
9696
env:
9797
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)