We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d4d2b commit f5dc4d2Copy full SHA for f5dc4d2
.github/workflows/build-tarball.yml
@@ -96,7 +96,8 @@ jobs:
96
$env:msbuild_args="/binaryLogger:node.binlog"
97
./vcbuild.bat x64 release msi
98
echo "::set-env name=TAR_DIR::$pwd"
99
- echo "::set-env name=test_ci_args::--shell=$pwd\out\Release\node.exe"
+ - name: Copy out directory to checkout dir
100
+ run: Move-Item -Path "$env:TAR_DIR\out" -Destination "$env:GITHUB_WORKSPACE"
101
- name: "Test JS Suites"
102
shell: cmd
103
run: |
0 commit comments