Skip to content

Commit

Permalink
chore: Name uploaded bottles artifacts according to matrix.os
Browse files Browse the repository at this point in the history
Fixes #64

Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
  • Loading branch information
joonas authored and brooksmtownsend committed Oct 24, 2024
1 parent e46e265 commit 0df9b0e
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 @@ -43,5 +43,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
with:
name: bottles
name: "bottles_${{ matrix.os }}"
path: "*.bottle.*"

0 comments on commit 0df9b0e

Please sign in to comment.