From 7e36ad84459ce3bb4687a53221e34c0edf2d3953 Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Tue, 15 Oct 2024 03:05:29 -0600 Subject: [PATCH] ci: tests: Upload per-OS + arch bottle archive artifacts --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a79996..2e0ea22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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.*'