Skip to content

Commit dff4a3e

Browse files
committed
fix workflow for 64 bit build
1 parent cd784ba commit dff4a3e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@ jobs:
6060
# run: |
6161
# cd Example
6262
# python test.py
63-
- name: Upload addons dir
64-
uses: actions/upload-artifact@v4
65-
with:
66-
name: libmathcat_py-64-3.11.pyd
67-
path: Example/libmathcat_py.pyd
68-
retention-days: 1
69-
- name: Upload pyd file
63+
- name: Upload 64 bit pyd file
7064
uses: actions/upload-artifact@v4
7165
with:
7266
name: libmathcat_py-64-3.11.pyd

0 commit comments

Comments
 (0)