Skip to content

Commit

Permalink
【GitHub Actions】新版本不支持非中文上传名,修改默认UPLOAD_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
hect0x7 committed May 19, 2024
1 parent 40d26f1 commit e0652a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# 固定值
JM_DOWNLOAD_DIR: /home/runner/work/jmcomic/download/
ZIP_NAME: '本子.tar.gz'
UPLOAD_NAME: '下载完成的本子'
UPLOAD_NAME: 'Click me to download'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:

UPLOAD_NAME:
type: string
default: 下载完成的本子
default: Click me to download
description: 上传文件名称
required: false

Expand Down

0 comments on commit e0652a9

Please sign in to comment.