Skip to content

Commit

Permalink
Move built release to checkout dir
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed Apr 9, 2020
1 parent 67d4d2b commit f5dc4d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
$env:msbuild_args="/binaryLogger:node.binlog"
./vcbuild.bat x64 release msi
echo "::set-env name=TAR_DIR::$pwd"
echo "::set-env name=test_ci_args::--shell=$pwd\out\Release\node.exe"
- name: Copy out directory to checkout dir
run: Move-Item -Path "$env:TAR_DIR\out" -Destination "$env:GITHUB_WORKSPACE"
- name: "Test JS Suites"
shell: cmd
run: |
Expand Down

0 comments on commit f5dc4d2

Please sign in to comment.