Skip to content

Commit

Permalink
build fix to create zip for 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
preetham.ntp committed Jan 12, 2024
1 parent 4e9a1c3 commit 36d67a1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build 32 bit version
run: cargo build --target i686-pc-windows-msvc --release
- name: Copy MathCAT.pyd file and fix wx file
run: |
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll add
# zip up libmathcat*
- name: Build 64 bit version
run: cargo build --target x86_64-pc-windows-msvc --release
- name: Copy MathCAT.pyd file and fix wx file
run: |
cp target/x86_64-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
# zip up libmathcat*
- name: create libmathcat64
run: zip libmathcat64.zip target/x86_64-pc-windows-msvc/release/libmathcat_c.*

0 comments on commit 36d67a1

Please sign in to comment.