Skip to content

Commit f5dc4d2

Browse files
author
John Kleinschmidt
committed
Move built release to checkout dir
1 parent 67d4d2b commit f5dc4d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-tarball.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
$env:msbuild_args="/binaryLogger:node.binlog"
9797
./vcbuild.bat x64 release msi
9898
echo "::set-env name=TAR_DIR::$pwd"
99-
echo "::set-env name=test_ci_args::--shell=$pwd\out\Release\node.exe"
99+
- name: Copy out directory to checkout dir
100+
run: Move-Item -Path "$env:TAR_DIR\out" -Destination "$env:GITHUB_WORKSPACE"
100101
- name: "Test JS Suites"
101102
shell: cmd
102103
run: |

0 commit comments

Comments
 (0)