From 00bcb67d5463d0629d3ae2bdf84371ac069876dc Mon Sep 17 00:00:00 2001 From: Arslan Siraj <93129328+Arslan-Siraj@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:37:54 +0100 Subject: [PATCH] Update build-windows-executable-app.yaml update the path --- .github/workflows/build-windows-executable-app.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-windows-executable-app.yaml b/.github/workflows/build-windows-executable-app.yaml index abc2b61..8db1b73 100644 --- a/.github/workflows/build-windows-executable-app.yaml +++ b/.github/workflows/build-windows-executable-app.yaml @@ -192,8 +192,8 @@ jobs: - name: Write function to cli.py shell: bash run: | - echo "{ls {D:/a/streamlit-template/streamlit-template/myenv/Lib/site-packages/streamlit/web/}}" - head -n -2 D:/a/streamlit-template/streamlit-template/myenv/Lib/site-packages/streamlit/web/cli.py > temp_cli.py + echo "{ls {D:/a/FlashViewer/FlashViewer/myenv/Lib/site-packages/streamlit/web/}}" + head -n -2 D:/a/FlashViewer/FlashViewer/myenv/Lib/site-packages/streamlit/web/cli.py > temp_cli.py cat << EOF >> temp_cli.py def _main_run_clExplicit(file, command_line, args=[], flag_options=[]): @@ -205,7 +205,7 @@ jobs: main() EOF - mv temp_cli.py D:/a/streamlit-template/streamlit-template/myenv/Lib/site-packages/streamlit/web/cli.py + mv temp_cli.py D:/a/FlashViewer/FlashViewer/myenv/Lib/site-packages/streamlit/web/cli.py - name: Compile app with pyinstaller shell: cmd