Optimized

This commit is contained in:
NianBroken
2024-02-07 11:43:57 +08:00 Unverified
parent 1675633f99
commit a3d39b84b5
+1 -1
View File
@@ -119,7 +119,7 @@ jobs:
echo "Workflow Name: ${{ github.workflow }}"
echo "Workflow Number: ${{ github.run_number }}"
echo "Workflow ID: ${{ github.run_id }}"
echo "Beijing Time: $BEIJING_TIME" > time.txt
echo "Beijing Time: $BEIJING_TIME" | tee time.txt
# 删除__pycache__文件夹
- name: Delete __pycache__ folder