Skip to content

Commit

Permalink
Update package_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Oct 3, 2021
1 parent b66f26c commit 731d7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/pipelines/main/platforms/package_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ steps:
echo "--- Create build artifacts"
make -j 8 binary-dist
ls -l $${JULIA_BINARYDIST:?}
mv $${JULIA_BINARYDIST:?} $${ARTIFACT_FILENAME:?}
if [[ "$${JULIA_BINARYDIST:?}" != "$${ARTIFACT_FILENAME:?}" ]]; then
mv $${JULIA_BINARYDIST:?} $${ARTIFACT_FILENAME:?}
fi
ls -l $${ARTIFACT_FILENAME:?}
echo "--- Upload build artifacts"
buildkite-agent artifact upload $${ARTIFACT_FILENAME:?}

0 comments on commit 731d7c1

Please sign in to comment.