Skip to content

Commit

Permalink
upload log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikachu2333 committed Aug 16, 2024
1 parent 7ab5275 commit 2ad2800
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.TIME_FORMATTED }}
path: main.pdf
path: |
main.pdf
main.log
main.synctex.gz
- name: Add summary #添加编译时间到Summary
if: success()
Expand Down

0 comments on commit 2ad2800

Please sign in to comment.