Skip to content

Commit c6f3a10

Browse files
committed
Do not upload source tarball
1 parent 5f1be90 commit c6f3a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Release binary
3636
uses: softprops/[email protected]
3737
with:
38-
files: ./node-*
38+
files: ./node-${{ inputs.node_version }}-darwin-arm64
3939
tag_name: ${{ inputs.node_version }}

0 commit comments

Comments
 (0)