Skip to content

Commit

Permalink
Fix target dir path (copy/paste error)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed May 4, 2024
1 parent b2d4f2d commit df03280
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,12 @@ jobs:
run: |
rustup target add aarch64-pc-windows-msvc
cargo build --target aarch64-pc-windows-msvc --release
# don't know how to compile for a arm-arch and then run that while not on an arm archecture
# - name: test build
# run: |
# cp target/aarch64-pc-windows-msvc/release/libmathcat_c.dll c-example/
# cd c-example
# gcc test.cpp -o test -L. -llibmathcat_c
# ./test.exe
- name: create arm libmathcat64
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: '../../../libmathcat-arm64-untested.zip'
directory: aarch64-pc-windows-msvc/release
directory: target/aarch64-pc-windows-msvc/release
path: libmathcat_c*

- name: Automatic release
Expand Down

0 comments on commit df03280

Please sign in to comment.