We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1605baa commit de37262Copy full SHA for de37262
.github/workflows/automaticRelease.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
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
+ rm addon/globalPlugins/MathCAT/Rules -Recurse -Force -ErrorAction SilentlyContinue
74
mv addon/globalPlugins/MathCAT/Rules Example
75
- name: test the build
76
0 commit comments