We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757a148 commit ac07f40Copy full SHA for ac07f40
.github/workflows/automaticRelease.yaml
@@ -51,7 +51,7 @@ jobs:
51
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
52
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py"
53
- name: Build with scons
54
- run: scons version=${{ github.sha }}
+ run: scons
55
- name: Automatic release
56
uses: marvinpinto/action-automatic-releases@latest
57
with:
0 commit comments