ci macos: avoid ls parsing bugs

This commit is contained in:
Quinten Krijger
2019-12-12 15:32:59 +01:00
parent 67e35fdb5d
commit 2498423a6f

View File

@@ -59,7 +59,7 @@ jobs:
make --jobs 2
make install
sudo make macosx_bundle
ARTIFACT=$(ls | grep RawTherapee*.zip)
ARTIFACT=(RawTherapee*.zip)
echo "=== artifact: ${ARTIFACT}"
echo "::set-env name=ARTIFACT_PATH::${GITHUB_WORKSPACE}/build/${ARTIFACT}"
echo "::set-env name=ARTIFACT_FILE::${ARTIFACT}"