From fa1c4bba0ca5f6c3c58f70a0ab6dd84d15e3b0d7 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Fri, 9 Sep 2022 00:16:24 +0200 Subject: [PATCH] Update osrm-backend.yml --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 8d6361fb0..d4020757d 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -52,7 +52,7 @@ jobs: run: | ./node_modules/.bin/node-pre-gyp reveal - name: Build Node package - run: ./scripts/ci/node_package.sh + run: bash ./scripts/ci/node_package.sh - name: Publish Node package if: ${{ matrix.build_node_package && env.PUBLISH == 'On' }} uses: ncipollo/release-action@v1