We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80cfbd commit e52f963Copy full SHA for e52f963
.github/workflows/automaticRelease.yaml
@@ -72,7 +72,6 @@ jobs:
72
- shell: bash
73
run: |
74
cp -r MathCAT addon/globalPlugins
75
- cp MathCAT addon/globalPlugins/libmathcat.pyd libmathcat-32-3.11.pyd
76
- name: Install scons dependencies
77
78
pip install scons markdown
@@ -81,6 +80,9 @@ jobs:
81
80
- name: Run scons to build addon
82
83
scons
+ - name: copy standalone library so it has a meaningful name
84
+ run: |
85
+ cp addon/globalPlugins/libmathcat.pyd libmathcat-32-3.11.pyd
86
- name: Automatic release
87
uses: marvinpinto/action-automatic-releases@latest
88
with:
0 commit comments