This commit is contained in:
parent
9991410c60
commit
70e197ae29
11
.github/workflows/翻译更新日志 copy.yml
vendored
11
.github/workflows/翻译更新日志 copy.yml
vendored
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user