diff --git a/scripts/buildCoreLinux.sh b/scripts/buildCoreLinux.sh index ef702c1f8..6ee0d6e64 100755 --- a/scripts/buildCoreLinux.sh +++ b/scripts/buildCoreLinux.sh @@ -7,6 +7,6 @@ pushd build cmake -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE .. make synergyc synergys zip synergy-core-macos-x64.zip bin/* -echo "::set-output name=location::build\synergy-core-linux-x64.zip" +echo "::set-output name=location::build/synergy-core-linux-x64.zip" echo "::set-output name=name::synergy-core-linux-x64.zip" popd diff --git a/scripts/buildCoreMacos.sh b/scripts/buildCoreMacos.sh index 9ff5b63d4..989a67697 100755 --- a/scripts/buildCoreMacos.sh +++ b/scripts/buildCoreMacos.sh @@ -12,6 +12,6 @@ cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \ .. make synergyc synergys zip synergy-core-macos-x64.zip bin/* -echo "::set-output name=location::build\synergy-core-macos-x64.zip" +echo "::set-output name=location::build/synergy-core-macos-x64.zip" echo "::set-output name=name::synergy-core-macos-x64.zip" popd