Skip to content

Commit

Permalink
fix workflow for 64 bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Nov 3, 2024
1 parent c3e8bbf commit b2351f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# run: |
# cd Example
# python test.py
- name rename pyd file
- name: rename pyd file
run: mv Example/libmathcat_py.pyd Example/libmathcat_py-64-3.11.pyd
- name: Upload 64 bit pyd file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b2351f8

Please sign in to comment.