Skip to content

Commit

Permalink
Change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov committed Nov 4, 2024
1 parent 9ddc1ad commit 299447f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bottles_${{ matrix.os }}
path: '*.bottle.*'
path: '*.bottle.*'

- name: Upload Brew test logs
uses: actions/upload-artifact@v4
if: failure()
with:
name: Brew test logs
path: logs/label-studio/
retention-days: 5

0 comments on commit 299447f

Please sign in to comment.