Skip to content

Commit

Permalink
zip the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jun 26, 2024
1 parent 7838d72 commit 3b90787
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 @@ -79,6 +79,11 @@ jobs:
with:
path: bindings_ffi/target

- name: Build archive
working-directory: bindings_ffi
run: |
zip -r LibXMTPSwiftFFI.zip target
- name: Get short SHA
id: slug
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"
Expand Down

0 comments on commit 3b90787

Please sign in to comment.