Skip to content

Commit 283829c

Browse files
authored
Update build_executable_without_Wix.yaml
1 parent b3615d7 commit 283829c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_executable_without_Wix.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ jobs:
258258
259259
- name: Create All-in-one executable folder
260260
run: |
261+
if (Test-Path -Path "streamlit_exe") {
262+
Remove-Item -Recurse -Force "streamlit_exe"
263+
}
264+
261265
mkdir streamlit_exe
262266
263267
mv python-${{ env.PYTHON_VERSION }} streamlit_exe

0 commit comments

Comments
 (0)