Skip to content

Commit

Permalink
WixUIExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 22, 2024
1 parent 814c159 commit d4e25e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Build msi
run: |
./wix/candle.exe streamlit_exe.wxs streamlit_exe_files.wxs
./wix/light.exe -o streamlit_app.msi streamlit_exe.wixobj streamlit_exe_files.wixobj
./wix/light.exe -ext WixUIExtension -o streamlit_app.msi streamlit_exe.wixobj streamlit_exe_files.wixobj
- name: Archive .msi file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d4e25e3

Please sign in to comment.