mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
fix: remove incorrect return (#1100)
This commit is contained in:
5
.changes/rmreturn.md
Normal file
5
.changes/rmreturn.md
Normal 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
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -59,7 +59,7 @@ export async function uploadAssets(
|
||||
|
||||
console.log(`Uploading ${assetName}...`);
|
||||
|
||||
return retry(
|
||||
await retry(
|
||||
() =>
|
||||
github.rest.repos.uploadReleaseAsset({
|
||||
headers,
|
||||
|
||||
Reference in New Issue
Block a user