mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
Drop warning related to no input files
This commit is contained in:
parent
cd28b0f5ee
commit
20d84c594f
1 changed files with 0 additions and 3 deletions
|
@ -62,9 +62,6 @@ async function run() {
|
|||
const rel = await release(config, new GitHubReleaser(gh));
|
||||
if (config.input_files) {
|
||||
const files = paths(config.input_files);
|
||||
if (files.length == 0) {
|
||||
console.warn(`🤔 ${config.input_files} not include valid file.`);
|
||||
}
|
||||
const currentAssets = rel.assets;
|
||||
const assets = await Promise.all(
|
||||
files.map(async path => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue