diff --git a/action.js b/action.js index b5fcf83..13061d0 100644 --- a/action.js +++ b/action.js @@ -17,7 +17,7 @@ const sendFile = async (urlPath, data) => { }); if (r.status != 200) { - throw `FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`; + throw `${r.status}: FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`; } };