diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 95d285704aa..ee63d78263d 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -287,4 +287,4 @@ jobs: BUILDTYPE: RelWithDebInfo NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.NODE_PRE_GYP_GITHUB_TOKEN }} run: | - ./platform/node/scripts/publish.sh --target_arch=arm64 \ No newline at end of file + ./platform/node/scripts/publish.sh --target_platform=linux --target_arch=arm64 \ No newline at end of file