Skip to content

Commit

Permalink
instead copy streamlit_exe use mv
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 24, 2024
1 parent d8ab149 commit 1884e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ jobs:
run: |
./wix/heat.exe dir streamlit_exe -gg -sfrag -sreg -srd -template component -cg StreamlitExeFiles -dr INSTALLFOLDER -out streamlit_exe_files.wxs
- name: CopytoSrcDir
- name: Prepare SourceDir
run: |
mkdir SourceDir
cp -r streamlit_exe/* SourceDir
mv streamlit_exe/* SourceDir
mv run_app.bat SourceDir
cp dummy_license.rtf SourceDir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
run: |
./wix/heat.exe dir streamlit_exe -gg -sfrag -sreg -srd -template component -cg StreamlitExeFiles -dr INSTALLFOLDER -out streamlit_exe_files.wxs
- name: CopytoSrcDir
- name: Prepare SourceDir
run: |
mkdir SourceDir
cp -r streamlit_exe/* SourceDir
mv streamlit_exe/* SourceDir
mv run_app.bat SourceDir
cp dummy_license.rtf SourceDir
Expand Down

0 comments on commit 1884e26

Please sign in to comment.