Skip to content

Commit

Permalink
folders name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 26, 2024
1 parent 6042065 commit 3d9639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kotlin-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload binary
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
name: ${{ matrix.output_target }}
path: bindings_ffi/target/${{ matrix.target }}/release/libxmtpv3.so
retention-days: 1

Expand Down

0 comments on commit 3d9639e

Please sign in to comment.