Skip to content

Commit d0eb805

Browse files
committed
trying to rename addon
1 parent a765889 commit d0eb805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Checkout code
3636
uses: actions/checkout@v3
37-
- name: Set up Python 3.8
37+
- name: Set up Python
3838
uses: actions/setup-python@v4
3939
with:
4040
python-version: 3.7
@@ -50,6 +50,8 @@ jobs:
5050
run: |
5151
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
5252
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
5355
- name: Build with scons
5456
run: scons version=${{ github.sha }}
5557
- name: Automatic release

0 commit comments

Comments
 (0)