We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86deefd commit 80027deCopy full SHA for 80027de
.github/workflows/automaticRelease.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: cargo build --target i686-pc-windows-msvc --release
44
- name: Set up addons dir
45
run: |
46
- cp libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
+ cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
47
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py" # fix wx file
48
- name: Upload addons dir to use with scons
49
uses: actions/upload-artifact@v4
0 commit comments