ci macos: remove empty line in run statement
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -42,9 +42,8 @@ jobs:
|
|||||||
make --jobs 8
|
make --jobs 8
|
||||||
make install
|
make install
|
||||||
sudo make macosx_bundle
|
sudo make macosx_bundle
|
||||||
|
|
||||||
ARTIFACT=$(ls | grep .dmg)
|
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}"
|
echo "::set-env name=ARTIFACT::${ARTIFACT}"
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user