Update python-app.yml

This commit is contained in:
2025-01-09 21:54:06 +09:00 committed by GitHub
commit 397c81a213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,8 +50,8 @@ jobs:
- name: Generate Config
run: |
pwd && ./gen-config.sh
cd app & pwd && ./gen-config.sh
- name: Run
run: |
pwd && ./run.sh
cd app & pwd && ./run.sh