From 7d0f40a352a99793edf880ceaed113741c11285f Mon Sep 17 00:00:00 2001 From: Brian Whitney Date: Tue, 4 Feb 2025 12:26:34 -0800 Subject: [PATCH] save artifacts from integration test --- .github/workflows/integration.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 09a6884c..af553a95 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -112,3 +112,11 @@ jobs: release: false # Never release on an integration build windows_certs: ${{ secrets.CSC_LINK }} windows_certs_password: ${{ secrets.CSC_KEY_PASSWORD }} + + - name: Upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: electron-build-${{ matrix.os }} + path: | + packages/desktop/build + retention-days: 7 # Keeps artifacts for 7 days