ci macos: remove empty line in run statement

This commit is contained in:
Quinten Krijger
2019-12-07 18:09:56 +01:00
parent b41cf71aac
commit 03d2393af3

View File

@@ -42,9 +42,8 @@ jobs:
make --jobs 8
make install
sudo make macosx_bundle
ARTIFACT=$(ls | grep .dmg)
echo "Writing -${ARTIFACT} to the ARTIFACT environment variable for use in upload-artifact step"
echo "===== Writing ${ARTIFACT} to the ARTIFACT environment variable for use in upload-artifact step ====="
echo "::set-env name=ARTIFACT::${ARTIFACT}"
- uses: actions/upload-artifact@v1
with: