Skip to content

Commit b5f8b55

Browse files
committed
update workflow
1 parent a26438b commit b5f8b55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/reusable_buildtest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ jobs:
169169
170170
- name: Copy Package
171171
run: |
172-
docker cp testcontainer:/pymgclient/dist .
172+
mkdir -p dist
173+
docker cp testcontainer:/pymgclient/dist/*.whl dist/
173174
174175
- name: Save source distribution package
175176
if: ${{ inputs.upload_artifacts && matrix.platform == 'ubuntu-24.04' }}

0 commit comments

Comments
 (0)