File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -177,11 +177,11 @@ jobs:
177177 - name : Download 64 bit build
178178 uses : actions/download-artifact@v4
179179 with :
180- name : libmathcat_py-64-3.11-win.zip
180+ name : libmathcat_py-64-3.11-win.zip
181181 - name : Download Rules.zip
182182 uses : actions/download-artifact@v4
183183 with :
184- name : Rules.zip
184+ name : Rules.zip
185185 - name : Download MathCAT addons dir
186186 uses : actions/download-artifact@v4
187187 with :
@@ -195,7 +195,11 @@ jobs:
195195 filename : ' ../../../libmathcat_py-32-3.11-win.zip'
196196 directory : ' addon/globalPlugins/MathCAT'
197197 path : ' libmathcat_py.pyd'
198-
198+ - name : Download 64 bit linux build
199+ uses : actions/download-artifact@v4
200+ with :
201+ name : libmathcat_py-64-3.11-linux.zip
202+
199203 # finally, put the files into the release
200204 - name : Automatic release
201205 uses : marvinpinto/action-automatic-releases@latest
You can’t perform that action at this time.
0 commit comments