We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ea98 commit efe9db7Copy full SHA for efe9db7
.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
- rm addon/globalPlugins/MathCAT/Rules -Recurse -Force -ErrorAction SilentlyContinue
+ rm Example/Rules -Recurse -Force -ErrorAction SilentlyContinue
74
mv addon/globalPlugins/MathCAT/Rules Example
75
- name: test the build
76
0 commit comments