We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 121c43e + 95dacd7 commit bad2bdfCopy full SHA for bad2bdf
.github/workflows/build-windows-executable-app.yaml
@@ -59,6 +59,7 @@ jobs:
59
60
- name: Copy everything to dist directory
61
run: |
62
+ cp -r .streamlit dist/.streamlit
63
cp -r pages dist/pages
64
cp -r src dist/src
65
cp -r assets dist/assets
0 commit comments