diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index 6780bb4..320b0bb 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -47,4 +47,5 @@ jobs: echo '.\\python-${{ env.PYTHON_VERSION }}\\python -m streamlit run app.py local' >> run_app.bat - name: List Root Folder - run: ls -al \ No newline at end of file + run: | + ls -al \ No newline at end of file