Skip to content

Commit

Permalink
fix artifact collision due to missing python version in name
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinkens committed May 28, 2024
1 parent 43e98fe commit 01c91d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 01c91d9

Please sign in to comment.