Skip to content

Commit c6c5700

Browse files
committed
fix workflow for 64 bit build
1 parent 10003dd commit c6c5700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
cargo build --target x86_64-unknown-linux-gnu --release
129129
- name: Setup Example dir
130130
run: |
131-
cp target/x86_64-unknown-linux-gnu/release/liblibmathcat_py.so Example
131+
# 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
132133
cp -r addon/globalPlugins/MathCAT/Rules Example
133134
- name: test build
134135
run: |

0 commit comments

Comments
 (0)