We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4181f6 commit 86d361aCopy full SHA for 86d361a
.github/workflows/automaticRelease.yaml
@@ -50,8 +50,6 @@ jobs:
50
run: |
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: Rename addon
54
- run: ls *.nvda-addon
55
- name: Build with scons
56
run: scons version=${{ github.sha }}
57
- name: Automatic release
0 commit comments