Update python-app.yml

This commit is contained in:
2025-01-09 21:51:39 +09:00 committed by GitHub
commit f766202003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,10 +42,15 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Set Permission
run: |
cd app
chmod +x run.sh
chmod +x gen-config.sh
- name: Generate Config
run: |
cd app && pwd && ./gen-config.sh
pwd && ./gen-config.sh
- name: Run
run: |