From 589cc20847e5807ea8d3b048ec1b4837ed92259c Mon Sep 17 00:00:00 2001 From: Arslan Date: Fri, 22 Nov 2024 16:55:00 +0100 Subject: [PATCH] upload .wxs wxsobj to artifact --- .github/workflows/test-win-exe-w-embed-py.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-win-exe-w-embed-py.yaml b/.github/workflows/test-win-exe-w-embed-py.yaml index 0000a4c..892c7d1 100644 --- a/.github/workflows/test-win-exe-w-embed-py.yaml +++ b/.github/workflows/test-win-exe-w-embed-py.yaml @@ -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/**