Skip to content

Commit

Permalink
Cleanup support upload
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Nov 4, 2023
1 parent de63b6f commit c40d1c1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,14 @@ jobs:
run: fgrep ' ending test ' sequencer.log
- name: Pubber output log
if: vars.PUBBER_OPTS != ''
run: |
more $HOME/pubber.out | cat
run: more $HOME/pubber.out | cat
- name: Create support bundle
if: ${{ always() }}
run: |
$UDMI_BIN/support
run: $UDMI_BIN/support
- name: Upload support bundle
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
if-no-files-found: error
name: udmi-support_${{ github.run_id }}-${{ github.run_attempt }}
path: '/tmp/udmi-support_*.tgz'
path: 'udmi-support_*.tgz'

0 comments on commit c40d1c1

Please sign in to comment.