We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0eb805 commit f4181f6Copy full SHA for f4181f6
.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: Rename addon
54
- run: mv *.nvda-addon MathCAT-latest.nvda-addon
+ run: ls *.nvda-addon
55
- name: Build with scons
56
run: scons version=${{ github.sha }}
57
- name: Automatic release
0 commit comments