Skip to content

Commit e4b8ee7

Browse files
committed
upload artifact using buildkite
1 parent a4de7b0 commit e4b8ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/utils.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ function build_step(NAME, PLATFORM, PROJECT, BB_HASH, PROJ_HASH)
9898
echo "+++ Build"
9999
cd "${PROJECT}"
100100
julia ./build_tarballs.jl --verbose "${PLATFORM}"
101+
102+
echo "--- Upload"
103+
buildkite-agent artifact upload "./products/${NAME%@*}*${PLATFORM}*.tar.gz"
101104
"""
102105

103106
Dict(

0 commit comments

Comments
 (0)