Skip to content

Commit

Permalink
Add dll to snapshot deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Aug 29, 2024
1 parent 9bd7b84 commit 345b3b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ jobs:
name: x86_64-pc-windows-msvc-dll
path: bound/kt/src/main/resources/libweb5_uniffi_x86_64_pc_windows_msvc.dll

# kotlin-accetance-testing:
# // TODO matrix across our 5 target OS's and run mvn test inside of `bound/kt`

kotlin-build-test-deploy-snapshot:
needs:
- build_aarch64_apple_darwin
Expand Down Expand Up @@ -234,6 +237,11 @@ jobs:
with:
name: x86_64-unknown-linux-musl-so
path: bound/kt/src/main/resources/
- name: Download Windows x86_64 MSVC Native Library
uses: actions/[email protected]
with:
name: x86_64-pc-windows-msvc-dll
path: bound/kt/src/main/resources/

- name: Deploy Snapshot / Verify
run: |
Expand Down

0 comments on commit 345b3b3

Please sign in to comment.