We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b37ad commit 3d737d5Copy full SHA for 3d737d5
.github/workflows/automaticRelease.yaml
@@ -49,7 +49,7 @@ jobs:
49
# build the test after zipping up "Rules" because the test will unzip the files needed for the test
50
- name: test build
51
run: |
52
- cp target/x86_64-pc-windows-msvc/release/libmathcat_py.dll Examples/libmathcat_py.pyd
+ cp target/x86_64-pc-windows-msvc/release/libmathcat_py.dll Example/libmathcat_py.pyd
53
cd Example
54
python test
55
- name: Upload addons dir
0 commit comments