Skip to content

Commit

Permalink
fix target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Oct 8, 2023
1 parent 3b65853 commit d839c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -165,8 +165,8 @@ jobs:
run: cargo build -p rodbus-ffi-java --release --message-format json > ffi-modules/${{ matrix.job.target }}/build.jni.log
- name: Copy the FFI and JNI libs
run: |
cp ./${{ matrix.target }}/release/librodbus_ffi.dylib ./ffi-modules/${{ matrix.target }}
cp ./${{ matrix.target }}/release/librodbus_ffi_java.dylib ./ffi-modules/${{ matrix.target }}
cp ./target/release/librodbus_ffi.dylib ./ffi-modules/${{ matrix.job.target }}
cp ./target/release/librodbus_ffi_java.dylib ./ffi-modules/${{ matrix.job.target }}
- name: Upload compiled FFI modules
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d839c92

Please sign in to comment.