Skip to content

Commit

Permalink
优化工作流和option (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
hect0x7 authored Aug 7, 2023
1 parent 68ba3b8 commit 8df766e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: 压缩文件
run: |
cd $JM_DOWNLOAD_DIR
tar -zcvf ../$ZIP_NAME ./
mv ../$ZIP_NAME .
tar -zcvf "../$ZIP_NAME" ./
mv "../$ZIP_NAME" .
- name: 上传结果
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/download_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: 压缩文件
run: |
cd $JM_DOWNLOAD_DIR
tar -zcvf ../$ZIP_NAME ./
mv ../$ZIP_NAME .
tar -zcvf "../$ZIP_NAME" ./
mv "../$ZIP_NAME" .
- name: 上传结果
uses: actions/upload-artifact@v3
Expand Down
24 changes: 0 additions & 24 deletions assets/config/option.yml

This file was deleted.

5 changes: 5 additions & 0 deletions assets/config/option_workflow_download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ version: '2.0'
dir_rule:
base_dir: /home/runner/work/jmcomic/download/
rule: Bd_Aauthor_Atitle_Pindex

client:
domain:
- 18comic.vip
- 18comic.org

0 comments on commit 8df766e

Please sign in to comment.