Skip to content

Commit b2351f8

Browse files
committed
fix workflow for 64 bit build
1 parent c3e8bbf commit b2351f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# run: |
6161
# cd Example
6262
# python test.py
63-
- name rename pyd file
63+
- name: rename pyd file
6464
run: mv Example/libmathcat_py.pyd Example/libmathcat_py-64-3.11.pyd
6565
- name: Upload 64 bit pyd file
6666
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)