Skip to content

Commit 24c98dc

Browse files
committed
fix copy
1 parent 78dee1a commit 24c98dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/releasebuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
path: dist
9999

100100
- name: Copy wheel
101-
run: copy dist/*.tar.gz rapidfuzz.tar.gz
101+
shell: bash
102+
run: cp dist/*.tar.gz rapidfuzz.tar.gz
102103

103104
- name: Build wheels
104105
uses: pypa/[email protected]

0 commit comments

Comments
 (0)