Skip to content

Commit

Permalink
统计
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldWaterFall committed Jan 30, 2024
1 parent 09aad28 commit 92cb5a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
all_gpt_json: 'tianji/prompt/gpt_prompt/all_gpt_prompt.json'
run : python .ci/gpt_prompt_stat.py
mv gpt_prompt_statistics.png .ci/gpt_prompt_statistics.png

- name: upload gpt png
uses: actions/upload-artifact@v2
with:
name: gpt_prompt_statistics # 工件的名称,您可以根据需要命名
Expand All @@ -71,6 +73,9 @@ jobs:
all_yiyan_json: 'tianji/prompt/yiyan_prompt/all_yiyan_prompt.json'
run : python .ci/yiyan_prompt_stat.py
mv yiyan_prompt_statistics.png .ci/yiyan_prompt_statistics.png


- name: upload yiyan png
uses: actions/upload-artifact@v2
with:
name: yiyan_prompt_statistics # 工件的名称,您可以根据需要命名
Expand Down

0 comments on commit 92cb5a0

Please sign in to comment.