Fix path on mac and linux

This commit is contained in:
Kyle Bloom 2021-01-20 16:35:11 +00:00 committed by GitHub
commit b97fe89a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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