Bradleycorn
05/15/2025, 8:44 PMgitHubReleaseArtifacts()
configuration, but alas it doesn't seem to. I have the proper deploy keys, netrc entries, etc setup. But my (CI) build fails when validating the produced podspec. I get:
- ERROR | [iOS] unknown: Encountered an unknown error ([!] /usr/bin/curl -f -L -o /var/folders/w5/_8wgjw3j5cg6mgrth3s2kg9m0000gn/T/d20250515-12410-9mp3pi/file.zip <https://api.github.com/repos/myorg/myrepo/releases/assets/255030196.zip> --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.16.2 cocoapods-downloader/2.1' -H Accept: application/octet-stream
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 280 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (56) The requested URL returned error: 403
) during validation.
Perhaps there's something else I need to do with the configuration or ci build workflow?Bradleycorn
05/15/2025, 8:50 PM{
message: "Not Found",
documentation_url: "<https://docs.github.com/rest/releases/assets#get-a-release-asset>",
status: "404"
}