Update python-app.yml

This commit is contained in:
2025-01-09 21:45:42 +09:00 committed by GitHub
commit 2bf35f303b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,9 @@ on:
workflow_dispatch:
jobs:
build:
run:
runs-on: ubuntu-latest
environment: Main
steps:
- uses: actions/checkout@v4
@ -44,7 +45,7 @@ jobs:
- name: Generate Config
run: |
pwd
cd app && gen-config.sh
cd app && ./gen-config.sh
- name: Run
run: |