mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 19:04:20 +00:00
Update main.ts
This commit is contained in:
parent
8029569c5d
commit
41a0a57a73
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ async function run() {
|
||||||
) {
|
) {
|
||||||
throw new Error(`⚠️ GitHub Releases requires a tag`);
|
throw new Error(`⚠️ GitHub Releases requires a tag`);
|
||||||
}
|
}
|
||||||
|
if (config.input_filelist) {
|
||||||
|
config.input_files = config.input_filelist
|
||||||
|
}
|
||||||
if (config.input_files) {
|
if (config.input_files) {
|
||||||
const patterns = unmatchedPatterns(config.input_files);
|
const patterns = unmatchedPatterns(config.input_files);
|
||||||
patterns.forEach((pattern) =>
|
patterns.forEach((pattern) =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue