Skip to content

Commit

Permalink
one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 26, 2024
1 parent 92944ba commit ef8f019
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-kotlin-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release Kotlin Bindings

on:
workflow_dispatch:
push:
branches:
- np/update-android-bindings

jobs:
build-linux:
Expand Down Expand Up @@ -61,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.output_target }}
path: bindings_ffi/target/${{ matrix.target }}/release/libxmtpv3.so
path: bindings_ffi/target/${{ matrix.output_target }}/release/libxmtpv3.so
retention-days: 1

package-kotlin:
Expand Down

0 comments on commit ef8f019

Please sign in to comment.