Skip to content

Commit

Permalink
ci: tests: Upload per-OS + arch bottle archive artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx committed Oct 15, 2024
1 parent 231ffdf commit 7e36ad8
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 @@ -48,5 +48,5 @@ jobs:
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@main
with:
name: bottles
name: bottles-${{ matrix.os }}-${{ runner.arch }}
path: '*.bottle.*'

0 comments on commit 7e36ad8

Please sign in to comment.