upload-testflight-build
upload-testflight-build copied to clipboard
no such file or directory, open '/Users/runner/private_keys/AuthKey_***.p8'
I am giving all the required secrets but still getting this issue
"no such file or directory, open '/Users/runner/private_keys/AuthKey_***.p8'"
Having the same issue
I think you are meant to decode a base64 string of that file to that location being $HOME
, with file name AuthKey_<Value you pass to api-private-key in the action>
...