Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboolic committed Jul 20, 2024
1 parent 7df0df1 commit 188b318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
python-version: '3.10' # 你可以根据需要选择 Python 版本

- name: Generate dict_for_fcitx5.txt from YAML
id: dict_for_fcitx5
run: |
python others/program/release/generate_dict_for_fcitx5.py # 运行你的 Python 脚本
Expand All @@ -27,4 +28,4 @@ jobs:
asset_path: ./dict_for_fcitx5.txt
asset_name: dict_for_fcitx5.txt
asset_content_type: text/plain
upload_url: ${{ steps.upload-url.outputs.result }}
upload_url: ${{ steps.dict_for_fcitx5.outputs.result }}

0 comments on commit 188b318

Please sign in to comment.