tweak(workflow): Update bundling script path in workflow configuration

This commit is contained in:
Sam Chau
2025-01-17 21:20:01 +10:30
parent b4d515f32a
commit 1cba66a2fa

View File

@@ -22,7 +22,7 @@ jobs:
python -m pip install pyyaml
- name: Run bundling script
run: python bundle.py
run: python scripts/bundle.py
- name: Commit changes
run: |