deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

Release artifacts missing #345

Closed vdice closed 1 year ago

vdice commented 1 year ago

Release artifacts appear to be missing. Tested via recent v0.9.0-rc.1 and v0.8.0 releases.

$ curl -I https://bindle.blob.core.windows.net/releases/bindle-v0.8.0-linux-amd64.tar.gz
HTTP/1.1 404 The specified blob does not exist.
Transfer-Encoding: chunked
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: b8405027-301e-0026-5a9f-cf39c5000000
x-ms-version: 2009-09-19
Date: Fri, 23 Sep 2022 22:55:37 GMT
thomastaylor312 commented 1 year ago

@vdice This should be fixed with #346

vdice commented 1 year ago

Thanks @thomastaylor312!