We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3615d7 commit 283829cCopy full SHA for 283829c
.github/workflows/build_executable_without_Wix.yaml
@@ -258,6 +258,10 @@ jobs:
258
259
- name: Create All-in-one executable folder
260
run: |
261
+ if (Test-Path -Path "streamlit_exe") {
262
+ Remove-Item -Recurse -Force "streamlit_exe"
263
+ }
264
+
265
mkdir streamlit_exe
266
267
mv python-${{ env.PYTHON_VERSION }} streamlit_exe
0 commit comments