Skip to content

Commit 6313958

Browse files
committed
yet another try -- modified the wrong job
1 parent 07a2f61 commit 6313958

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
@@ -69,6 +69,8 @@ jobs:
6969
- name: Setup Example dir
7070
run: |
7171
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll Example/libmathcat_py.pyd
72+
# Example/Rules should not exist, but I was getting errors from "mv" saying it did
73+
rmdir /s /q Example/Rules
7274
mv addon/globalPlugins/MathCAT/Rules Example
7375
- name: test the build
7476
run: |
@@ -138,8 +140,7 @@ jobs:
138140
run: |
139141
# don't know why it is "liblib...". For consistency with other versions, it is renamed.
140142
cp target/x86_64-unknown-linux-gnu/release/liblibmathcat_py.so Example/libmathcat_py.so
141-
# I've started getting errors files already existing, so "-Force" is used
142-
cp -Recurse -Force addon/globalPlugins/MathCAT/Rules Example
143+
mv addon/globalPlugins/MathCAT/Rules Example
143144
- name: test build
144145
run: |
145146
cd Example

0 commit comments

Comments
 (0)