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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user