mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
fix: unexpected return in uploadAssets (#978)
* fix: unexpected return in uploadAssets * feat: index.js * chore: change file
This commit is contained in:
5
.changes/fixrelease.md
Normal file
5
.changes/fixrelease.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
action: patch
|
||||
---
|
||||
|
||||
Fix [This is not building for Latest JSON and Not uploading all assets](https://github.com/tauri-apps/tauri-action/issues/975)
|
||||
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -58,7 +58,7 @@ export async function uploadAssets(
|
||||
|
||||
console.log(`Uploading ${assetName}...`);
|
||||
|
||||
return await github.rest.repos.uploadReleaseAsset({
|
||||
await github.rest.repos.uploadReleaseAsset({
|
||||
headers,
|
||||
name: assetName,
|
||||
// https://github.com/tauri-apps/tauri-action/pull/45
|
||||
|
||||
Reference in New Issue
Block a user