mirror of
https://github.com/idealzhou1/bing-auto-rewards.git
synced 2025-12-19 00:04:55 +08:00
Update daily-checkin.yml
This commit is contained in:
7
.github/workflows/daily-checkin.yml
vendored
7
.github/workflows/daily-checkin.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r src/requirements.txt
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Create config directory
|
||||
run: mkdir -p config
|
||||
@@ -53,7 +53,6 @@ jobs:
|
||||
|
||||
- name: Run Bing automation
|
||||
run: |
|
||||
cd src
|
||||
python bingZDH.py --once
|
||||
|
||||
- name: Upload logs
|
||||
@@ -62,6 +61,6 @@ jobs:
|
||||
with:
|
||||
name: bing-logs
|
||||
path: |
|
||||
src/*.log
|
||||
src/*.png
|
||||
*.log
|
||||
*.png
|
||||
retention-days: 7
|
||||
|
||||
Reference in New Issue
Block a user