Skip to content

Commit 0e6b59a

Browse files
committed
split into more smaller jobs
1 parent 37a2a13 commit 0e6b59a

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
@@ -187,7 +187,7 @@ jobs:
187187
unzip libmathcat_py-32-3.11-win.zip
188188
mv libmathcat_py.pyd Rules.zip addon/globalPlugins/MathCAT
189189
cd addon/globalPlugins/MathCAT
190-
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place MathCATgui.py" # fix wx file
190+
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place MathCATgui.py # fix wx file
191191
unzip Rules.zip
192192
rm Rules.zip
193193
# build the addon

0 commit comments

Comments
 (0)