Skip to content

Commit be8ceec

Browse files
committed
add linux build to release
1 parent 0ebdbbe commit be8ceec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)