Skip to content

Commit

Permalink
Archive release logs
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 28, 2024
1 parent 725d0d4 commit 34cfc35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ jobs:
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
NODE_ARCHITECTURE: ${{matrix.NODE_ARCHITECTURE}}
USE_HARD_LINKS: false

- name: Archive logs
if: always()
uses: actions/upload-artifact@v1
with:
name: general-logs
path: *.log

0 comments on commit 34cfc35

Please sign in to comment.