diff --git a/.github/workflows/test-win-exe-w-embed-py.yaml b/.github/workflows/test-win-exe-w-embed-py.yaml index 892c7d1..bd4ac54 100644 --- a/.github/workflows/test-win-exe-w-embed-py.yaml +++ b/.github/workflows/test-win-exe-w-embed-py.yaml @@ -103,7 +103,6 @@ jobs: - name: Build msi run: | ./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 build artifacts uses: actions/upload-artifact@v4