Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 26, 2024
1 parent 2b8dcaf commit 8dc537d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
- name: build
run: |
zig build -Doptimize=ReleaseFast -Dtarget=aarch64-windows
mv zig-out/bin/sodium_shared.dll zig-out/bin/libsodium.dll
- uses: actions/upload-artifact@v3
with:
name: build-windows-arm64
path: zig-out/lib/libsodium.dll
path: zig-out/bin/libsodium.dll

build-linux-glibc-x64:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8dc537d

Please sign in to comment.