We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10003dd commit c6c5700Copy full SHA for c6c5700
.github/workflows/automaticRelease.yaml
@@ -128,7 +128,8 @@ jobs:
128
cargo build --target x86_64-unknown-linux-gnu --release
129
- name: Setup Example dir
130
run: |
131
- cp target/x86_64-unknown-linux-gnu/release/liblibmathcat_py.so Example
+ # don't know why it is "liblib...". For consistancy with other versions, it is renamed.
132
+ cp target/x86_64-unknown-linux-gnu/release/liblibmathcat_py.so Example/libmathcat_py.so
133
cp -r addon/globalPlugins/MathCAT/Rules Example
134
- name: test build
135
0 commit comments