Skip to content

Commit

Permalink
Added python version and piparch to upload-artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Sep 6, 2024
1 parent 0fdb97f commit 86b0e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
- name: Save Artifacts
uses: actions/upload-artifact@v4
with:
name: epicscorelibs
name: epicscorelibs-${{ matrix.python || matrix.pyver }}-${{ matrix.piparch || 'source' }}
path: dist/*

- name: Upload wheels
Expand Down

0 comments on commit 86b0e5b

Please sign in to comment.