Skip to content

Commit 4c30f89

Browse files
committed
dev: Development changes
1 parent ef20bc2 commit 4c30f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/node-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- name: "Build Artifacts Directory"
1212
shell: bash
13-
run: node dist/index.js
13+
run: node ${{ github.action_path }}/dist/index.js
1414
env:
1515
PACKAGES: ${{ inputs.packages }}
1616

0 commit comments

Comments
 (0)