Skip to content

Commit

Permalink
add back download
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 26, 2024
1 parent 695cd89 commit 9ff8263
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-kotlin-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
with:
path: bindings_ffi/jniLibs

- name: Build archive
working-directory: bindings_ffi
run: |
Expand Down

0 comments on commit 9ff8263

Please sign in to comment.