Skip to content

Commit

Permalink
Added os and python version to upload-artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Sep 5, 2024
1 parent 0fdb97f commit a918ab2
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.os }}-${{ matrix.python || matrix.pyver }}
path: dist/*

- name: Upload wheels
Expand Down

0 comments on commit a918ab2

Please sign in to comment.