Update daily-checkin.yml

This commit is contained in:
idealzhou1
2025-08-25 13:21:26 +08:00
committed by GitHub
parent 83894c362f
commit 3d0ca72b20

View File

@@ -41,7 +41,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -r src/requirements.txt pip install -r requirements.txt
- name: Create config directory - name: Create config directory
run: mkdir -p config run: mkdir -p config
@@ -53,7 +53,6 @@ jobs:
- name: Run Bing automation - name: Run Bing automation
run: | run: |
cd src
python bingZDH.py --once python bingZDH.py --once
- name: Upload logs - name: Upload logs
@@ -62,6 +61,6 @@ jobs:
with: with:
name: bing-logs name: bing-logs
path: | path: |
src/*.log *.log
src/*.png *.png
retention-days: 7 retention-days: 7