Closed nbyavuz closed 6 months ago
You need to add the ?branch=windows-deps-vcpkg
parameter to your URL (see URLs to the artifacts), since you're trying to access the artifact from a non-default branch:
-https://api.cirrus-ci.com/v1/artifact/github/nbyavuz/pg-vm-images/build-vcpkg/vcpkg_zip/vcpkg.zip
+https://api.cirrus-ci.com/v1/artifact/github/nbyavuz/pg-vm-images/build-vcpkg/vcpkg_zip/vcpkg.zip?branch=windows-deps-vcpkg
Thanks!
Expected Behavior
Able to download artifact from
https://api.cirrus-ci.com/v1/artifact/github/nbyavuz/pg-vm-images/build-vcpkg/vcpkg_zip/vcpkg.zip
Real Behavior
https://api.cirrus-ci.com/v1/artifact/github/nbyavuz/pg-vm-images/build-vcpkg/vcpkg_zip/vcpkg.zip
returns:{"code":404,"message":"Failed to find tasks!"}
.There is a similar report before, see: #1122.
Related Info