mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-14 20:24:20 +00:00
unminify to debug
This commit is contained in:
parent
d9cc08588c
commit
8b7cadcf54
3 changed files with 15021 additions and 2 deletions
|
@ -136,6 +136,7 @@ export const upload = async (
|
|||
console.log(`⬆️ Uploading ${name}...`);
|
||||
const endpoint = new URL(url);
|
||||
endpoint.searchParams.append("name", name);
|
||||
console.log(`url`, endpoint);
|
||||
const resp = await fetch(endpoint, {
|
||||
headers: {
|
||||
"content-length": `${size}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue