mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
parent
89b23978f9
commit
f2fbdbb76c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ async function run() {
|
|||
if (config.input_files) {
|
||||
const files = paths(config.input_files);
|
||||
if (files.length == 0) {
|
||||
console.warn(`🤔 ${config.input_files} not include valid file.`);
|
||||
throw new Error(`⚠️ ${config.input_files} not include valid file.`);
|
||||
}
|
||||
const currentAssets = rel.assets;
|
||||
const assets = await Promise.all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue