Skip to content

Commit ac07f40

Browse files
committed
Removed the setting of version in
scons version=${{ github.sha }} I have no idea why it was there, but it means that the version in the manifest is not correct.
1 parent 757a148 commit ac07f40

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: Build with scons
54-
run: scons version=${{ github.sha }}
54+
run: scons
5555
- name: Automatic release
5656
uses: marvinpinto/action-automatic-releases@latest
5757
with:

0 commit comments

Comments
 (0)