Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
jancajthaml authored May 8, 2019
1 parent 296b3d0 commit 61419e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/lifecycle/release
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ response=$(

UPLOAD_URL=$(echo ${response} | jq -r .upload_url | sed -e "s/{?name,label}//")

for asset in $(ls -d -1 $(pwd)/packaging/bin/*.*) ; do
for asset in $(ls -d -1 $(pwd)/packaging/bin/*) ; do
echo "[info] uploading ${asset}"

curl \
Expand Down

0 comments on commit 61419e3

Please sign in to comment.