From 01c91d966bacf0e130795a48834a76ff76dfa7d5 Mon Sep 17 00:00:00 2001 From: Marvin Winkens Date: Tue, 28 May 2024 10:20:15 +0200 Subject: [PATCH] fix artifact collision due to missing python version in name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fafa05..3966f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,6 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: build-artifact + name: b2access-probe-py${{ matrix.python-version }} path: '*.tar.gz' if-no-file-found: 'error'