Skip to content

Commit

Permalink
Zip BitwardenFFI.xcframework as aditional step
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Sep 20, 2024
1 parent 88537a8 commit f8f77ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,16 @@ jobs:
# SHA Short
echo "short-sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Zip BitwardenFFI.xcframework
run: |
cd languages/swift
zip -r BitwardenFFI.xcframework.zip BitwardenFFI.xcframework
- name: Upload BitwardenFFI.xcframework artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: BitwardenFFI-${{ env._VERSION }}-${{ steps.build.outputs.short-sha }}.xcframework
path: languages/swift/BitwardenFFI.xcframework
path: languages/swift/BitwardenFFI.xcframework.zip
if-no-files-found: error

- name: Upload BitwardenSdk sources
Expand Down

0 comments on commit f8f77ea

Please sign in to comment.