Skip to content

Commit

Permalink
bin -> lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 27, 2024
1 parent 26b7a95 commit cfdbff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: build-win-arm64
run: |
rm -fr zig-out zig-cache; zig build -Doptimize=ReleaseFast -Dtarget=aarch64-windows
rm -fr zig-out zig-cache; zig build -Doptimize=ReleaseFast -Dtarget=aarch64-windows; ls -laR zig-out
- uses: actions/upload-artifact@v3
with:
name: build-win-arm64
path: zig-out/bin/libsodium.dll
path: zig-out/lib/libsodium.dll

- name: build-linux-x64
run: |
Expand Down

0 comments on commit cfdbff0

Please sign in to comment.