We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765889 commit d0eb805Copy full SHA for d0eb805
.github/workflows/automaticRelease.yaml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- name: Checkout code
36
uses: actions/checkout@v3
37
- - name: Set up Python 3.8
+ - name: Set up Python
38
uses: actions/setup-python@v4
39
with:
40
python-version: 3.7
@@ -50,6 +50,8 @@ 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: mv *.nvda-addon MathCAT-latest.nvda-addon
55
- name: Build with scons
56
run: scons version=${{ github.sha }}
57
- name: Automatic release
0 commit comments