Skip to content

Commit 868701f

Browse files
authored
Change copy command for .streamlit directory
1 parent 7b228b9 commit 868701f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_executable_without_Wix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
cp -r content streamlit_exe
288288
cp -r assets streamlit_exe
289289
cp -r example-data streamlit_exe
290-
cp -r .streamlit streamlit_exe
290+
cp -r Force .streamlit streamlit_exe
291291
cp app.py streamlit_exe
292292
cp settings.json streamlit_exe
293293
cp ${{ env.APP_NAME }}.bat streamlit_exe

0 commit comments

Comments
 (0)