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