We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b228b9 commit 868701fCopy full SHA for 868701f
.github/workflows/build_executable_without_Wix.yaml
@@ -287,7 +287,7 @@ jobs:
287
cp -r content streamlit_exe
288
cp -r assets streamlit_exe
289
cp -r example-data streamlit_exe
290
- cp -r .streamlit streamlit_exe
+ cp -r Force .streamlit streamlit_exe
291
cp app.py streamlit_exe
292
cp settings.json streamlit_exe
293
cp ${{ env.APP_NAME }}.bat streamlit_exe
0 commit comments