Skip to content

Commit 739c7a7

Browse files
committed
fix path to dist files in release action
1 parent cbc9c2e commit 739c7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Copy build files to generic names
3030
id: file_names
3131
run: |
32-
cp shot-${{ steps.version.outputs.version }}.tar.gz shot.tar.gz
33-
cp shot-${{ steps.version.outputs.version }}-py3-none-any.whl shot-py3-none-any.whl
32+
cp dist/shot-${{ steps.version.outputs.version }}.tar.gz dist/shot.tar.gz
33+
cp dist/shot-${{ steps.version.outputs.version }}-py3-none-any.whl dist/shot-py3-none-any.whl
3434
echo ::set-output name=tar_file::shot.tar.gz
3535
echo ::set-output name=wheel_file::shot-py3-none-any.whl
3636
- name: Generate SHAs

0 commit comments

Comments
 (0)