Skip to content

Commit

Permalink
Copy the node binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Nov 10, 2023
1 parent 216b7ce commit f283f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: mkdir -p ${{ github.workspace }}/nodejs-debug-build-${{ github.event.inputs.version }}

- name: Copy nodejs debug build
run: cp -r out/Debug/* ${{ github.workspace }}/nodejs-debug-build-${{ github.event.inputs.version }}
run: cp out/Debug/node ${{ github.workspace }}/nodejs-debug-build-${{ github.event.inputs.version }}
working-directory: 'nodejs'

- name: Upload build to artifacts
Expand Down

0 comments on commit f283f0d

Please sign in to comment.