Skip to content

Commit

Permalink
removed slashes
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 2f23d92 commit 5636381
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dynamic_libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- os_name: windows
os: windows-latest
target: x86_64-pc-windows-msvc
lib_name: libwasmer_jni.dll
lib_name: wasmer_jni.dll
zip_name: windows.zip

runs-on: ${{ matrix.platform.os }}
Expand All @@ -53,10 +53,6 @@ jobs:
export PATH="$HOME/.cargo/bin:$PATH"
rustup target add ${{ matrix.platform.target }}
cargo build --release --target=${{ matrix.platform.target }}
ls
ls target
echo ---------------------------
ls target/${{ matrix.platform.target }}/release
- name: Archive dynamic lib
uses: thedoctor0/zip-release@0.7.5
Expand Down

0 comments on commit 5636381

Please sign in to comment.