fix: remove incorrect return (#1100)

This commit is contained in:
Fabian-Lars
2025-06-29 05:35:44 +02:00
committed by GitHub
parent 370b08eac7
commit be57b0cca9
3 changed files with 7 additions and 2 deletions

5
.changes/rmreturn.md Normal file
View File

@@ -0,0 +1,5 @@
---
action: patch
---
Fixed an issue that caused the action to upload only the first artifact it found.

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -59,7 +59,7 @@ export async function uploadAssets(
console.log(`Uploading ${assetName}...`);
return retry(
await retry(
() =>
github.rest.repos.uploadReleaseAsset({
headers,