Skip to content

Commit efe9db7

Browse files
committed
yet another try -- fix copy/paste error
1 parent 6b8ea98 commit efe9db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll Example/libmathcat_py.pyd
7272
# Example/Rules should not exist, but I was getting errors from "mv" saying it did
73-
rm addon/globalPlugins/MathCAT/Rules -Recurse -Force -ErrorAction SilentlyContinue
73+
rm Example/Rules -Recurse -Force -ErrorAction SilentlyContinue
7474
mv addon/globalPlugins/MathCAT/Rules Example
7575
- name: test the build
7676
run: |

0 commit comments

Comments
 (0)