Skip to content

Commit f4181f6

Browse files
committed
trying to rename addon (ls)
1 parent d0eb805 commit f4181f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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"
5353
- name: Rename addon
54-
run: mv *.nvda-addon MathCAT-latest.nvda-addon
54+
run: ls *.nvda-addon
5555
- name: Build with scons
5656
run: scons version=${{ github.sha }}
5757
- name: Automatic release

0 commit comments

Comments
 (0)