Skip to content

Commit

Permalink
Upload binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jan 29, 2025
1 parent 534da20 commit d93f28b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ jobs:
- name: Build
run: cargo build --release --target aarch64-pc-windows-gnullvm
- run: ls -l target/aarch64-pc-windows-gnullvm/release
- name: Store the .dll file
uses: actions/upload-artifact@v3
with:
name: windows-binaries
path: target/aarch64-pc-windows-gnullvm/release/libzen_internals_*

0 comments on commit d93f28b

Please sign in to comment.