tweak(workflow): Update bundling script path in workflow configuration
This commit is contained in:
parent
b4d515f32a
commit
1cba66a2fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bundle.yml
vendored
2
.github/workflows/bundle.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
python -m pip install pyyaml
|
python -m pip install pyyaml
|
||||||
|
|
||||||
- name: Run bundling script
|
- name: Run bundling script
|
||||||
run: python bundle.py
|
run: python scripts/bundle.py
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue