Skip to content

Commit

Permalink
upload .wxs wxsobj to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 22, 2024
1 parent d4e25e3 commit 589cc20
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@ jobs:
./wix/candle.exe streamlit_exe.wxs streamlit_exe_files.wxs
./wix/light.exe -ext WixUIExtension -o streamlit_app.msi streamlit_exe.wixobj streamlit_exe_files.wixobj
- name: Archive .msi file
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: streamlit_exe
path: streamlit_app.msi
name: build_artifacts
path: |
*.wixobj
*.wxs
SourceDir/**

0 comments on commit 589cc20

Please sign in to comment.