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 5f1be90 commit c6f3a10Copy full SHA for c6f3a10
.github/workflows/build.yaml
@@ -35,5 +35,5 @@ jobs:
35
- name: Release binary
36
uses: softprops/[email protected]
37
with:
38
- files: ./node-*
+ files: ./node-${{ inputs.node_version }}-darwin-arm64
39
tag_name: ${{ inputs.node_version }}
0 commit comments