Skip to content

Commit 495c086

Browse files
committed
update
1 parent bec7441 commit 495c086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builder_node_slsa3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
set -euo pipefail
238238
239239
# npm ci <args>
240-
../"$BUILDER_BINARY" ci \
240+
"$GITHUB_WORKSPACE/$BUILDER_BINARY" ci \
241241
--ci-arguments "$UNTRUSTED_CI_ARGUMENTS" \
242242
--directory "$UNTRUSTED_DIR"
243243
@@ -252,7 +252,7 @@ jobs:
252252
set -euo pipefail
253253
254254
# npm run <args>
255-
../"$BUILDER_BINARY" run \
255+
"$GITHUB_WORKSPACE/$BUILDER_BINARY" run \
256256
--run-scripts "$UNTRUSTED_RUN_SCRIPTS" \
257257
--directory "$UNTRUSTED_DIR"
258258

0 commit comments

Comments
 (0)