mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-28 06:16:01 +00:00
update emoji
This commit is contained in:
parent
7cae37eb54
commit
bb131506e5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ async function run() {
|
||||||
if (config.input_files) {
|
if (config.input_files) {
|
||||||
const files = paths(config.input_files)
|
const files = paths(config.input_files)
|
||||||
if (files.length == 0) {
|
if (files.length == 0) {
|
||||||
console.warn(`⚠️ ${config.input_files} not include valid file.`)
|
console.warn(`🤔 ${config.input_files} not include valid file.`)
|
||||||
}
|
}
|
||||||
files.forEach(async path => {
|
files.forEach(async path => {
|
||||||
await upload(gh, rel.upload_url, path);
|
await upload(gh, rel.upload_url, path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue