Skip to content

Commit

Permalink
Fix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 25, 2024
1 parent f37713f commit a52d781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: bottles
name: bottles-${{ matrix.os }}
path: '*.bottle.*'

0 comments on commit a52d781

Please sign in to comment.