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 cd784ba commit dff4a3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,7 @@ jobs:
# run: |
# cd Example
# python test.py
- name: Upload addons dir
uses: actions/upload-artifact@v4
with:
name: libmathcat_py-64-3.11.pyd
path: Example/libmathcat_py.pyd
retention-days: 1
- name: Upload pyd file
- name: Upload 64 bit pyd file
uses: actions/upload-artifact@v4
with:
name: libmathcat_py-64-3.11.pyd
Expand Down

0 comments on commit dff4a3e

Please sign in to comment.