1028.yml
Some checks failed
翻译更新日志 / generate_changelog (push) Failing after 32s

This commit is contained in:
298977887 2024-10-28 23:27:04 +08:00
parent 9991410c60
commit 70e197ae29

View File

@ -76,12 +76,5 @@ jobs:
# 3. 输出到更新日志文件 # 3. 输出到更新日志文件
- name: 生成更新日志 - name: 生成更新日志
run: | run: |
TIMESTAMP=$(date "+%Y年%m月%d日 %H点%M分") echo -e "${{ steps.translate.outputs.translated_text }}" > 更新日志.txt
echo -e "更新日期: $TIMESTAMP\n\n${{ steps.translate.outputs.translated_text }}" > 更新日志.txt cat 更新日志.txt
# 4. 上传更新日志文件为 Artifact
- name: 上传更新日志
uses: actions/upload-artifact@v3
with:
name: 更新日志
path: 更新日志.txt