mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-15 07:43:20 +08:00
Update dependency installation path in publish.yml for consistency
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -460,7 +460,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r .github/workflows/requirements.txt
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
@@ -553,7 +553,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
pip install -r .github/workflows/requirements.txt
|
||||
|
||||
- name: Trigger CNB Build
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user