Skip to content

Commit 3d737d5

Browse files
committed
fix workflow for 64 bit build
1 parent 21b37ad commit 3d737d5

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
@@ -49,7 +49,7 @@ jobs:
4949
# build the test after zipping up "Rules" because the test will unzip the files needed for the test
5050
- name: test build
5151
run: |
52-
cp target/x86_64-pc-windows-msvc/release/libmathcat_py.dll Examples/libmathcat_py.pyd
52+
cp target/x86_64-pc-windows-msvc/release/libmathcat_py.dll Example/libmathcat_py.pyd
5353
cd Example
5454
python test
5555
- name: Upload addons dir

0 commit comments

Comments
 (0)