Skip to content

Commit

Permalink
generate msi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 22, 2024
1 parent 83d2086 commit 814c159
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
echo ' </Product>' >> streamlit_exe.wxs
echo '</Wix>' >> streamlit_exe.wxs
- name: Generate wixobj files
- name: Build msi
run: |
./wix/candle.exe streamlit_exe.wxs streamlit_exe_files.wxs
- name: Archive streamlit_exe folder
./wix/light.exe -o streamlit_app.msi streamlit_exe.wixobj streamlit_exe_files.wixobj
- name: Archive .msi file
uses: actions/upload-artifact@v4
with:
name: streamlit_exe
path: streamlit_exe
path: streamlit_app.msi

0 comments on commit 814c159

Please sign in to comment.