Skip to content

Commit 80027de

Browse files
committed
copy/paste error messed up directory path for dll
1 parent 86deefd commit 80027de

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
@@ -43,7 +43,7 @@ jobs:
4343
run: cargo build --target i686-pc-windows-msvc --release
4444
- name: Set up addons dir
4545
run: |
46-
cp libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
46+
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
4747
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py" # fix wx file
4848
- name: Upload addons dir to use with scons
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)