From 188b31813dde0f52f1a6d1e366f104b4fcb67454 Mon Sep 17 00:00:00 2001 From: gaboolic <23441099@qq.com> Date: Sat, 20 Jul 2024 19:26:19 +0800 Subject: [PATCH] 1 --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 065d63e3..f78716aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 脚本 @@ -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 }}