Skip to content

Commit

Permalink
Update test-win-exe-w-embed-py.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj authored May 7, 2024
1 parent 402f4a7 commit 441f81e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
mkdir streamlit_exe
mv python-${{ env.PYTHON_VERSION }} streamlit_exe
mv run_app.bat streamlit_exe
cp -r src pages .streamlit assets example_data app.py streamlit_exe
cp -r src pages assets example_data app.py streamlit_exe
cp -r .streamlit streamlit_exe
- name: Archive streamlit_exe folder
uses: actions/upload-artifact@v2
with:
name: streamlit_exe
path: streamlit_exe
path: streamlit_exe

0 comments on commit 441f81e

Please sign in to comment.