tweak(workflow): Update bundling script path in workflow configuration
This commit is contained in:
parent
b4d515f32a
commit
1cba66a2fa
|
|
@ -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…
Reference in New Issue