Skip to content

Commit

Permalink
Specify differentiating artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgrady authored Dec 11, 2024
1 parent 10fd587 commit 57bd2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload wheel packages
uses: actions/upload-artifact@v4
with:
name: all-wheel
name: all-wheel-${{ matrix.node_version }}-${{ matrix.component_lib_version }}-${{ matrix.streamlit_version }}
path: ${{ steps.component_wheels.outputs.output_directory }}/*.whl
if-no-files-found: error

Expand Down

0 comments on commit 57bd2cd

Please sign in to comment.