Skip to content

Commit

Permalink
Upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Nov 24, 2024
1 parent c0555b3 commit c18c0cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,13 @@ jobs:
KEY_BUILD: ${{ env.USIGN_KEY }}
V: 99

- name: Upload error logs
if: ${{ failure() && steps.build_packags.conclusion == 'failure' }}
uses: actions/upload-artifact@v4
with:
name: error-logs-${{ hashFiles('**/Makefile') }}
path: /workdir/logs

- name: Checkout Packages
id: checkout_packags
shell: bash
Expand Down

0 comments on commit c18c0cb

Please sign in to comment.