Skip to content

Commit 4b2a5b7

Browse files
committed
Use powershell-compatible "rm" command
1 parent 1ad9fcb commit 4b2a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
pip install cibuildwheel
3636
cibuildwheel --output-dir output
37-
rm -f output/*.whl
37+
rm output/*.whl
3838
- name: Upload OpenSSL
3939
uses: actions/upload-artifact@v1
4040
with:

0 commit comments

Comments
 (0)