Skip to content

Commit 3e1c0a2

Browse files
committed
yet another try -- not sure why the build is complaining about the file existing
1 parent e390e8f commit 3e1c0a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ jobs:
136136
cargo build --target x86_64-unknown-linux-gnu --release
137137
- name: Setup Example dir
138138
run: |
139-
# don't know why it is "liblib...". For consistancy with other versions, it is renamed.
139+
# don't know why it is "liblib...". For consistency with other versions, it is renamed.
140140
cp target/x86_64-unknown-linux-gnu/release/liblibmathcat_py.so Example/libmathcat_py.so
141-
cp -r addon/globalPlugins/MathCAT/Rules Example
141+
# I've started getting errors files already existing, so "-Force" is used
142+
cp -Recurse -Force addon/globalPlugins/MathCAT/Rules Example
142143
- name: test build
143144
run: |
144145
cd Example

0 commit comments

Comments
 (0)