Skip to content

Commit

Permalink
save artifacts from integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWhitneyAI committed Feb 4, 2025
1 parent 5491cbd commit 7d0f40a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d0f40a

Please sign in to comment.