Skip to content

Commit

Permalink
fix: compress xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Feb 18, 2025
1 parent fd41a9e commit 5d560d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
- name: gomobile bind
run: |
gomobile bind -target=ios -o TinfoilVerifier.xcframework $(go list ./... | xargs)
zip -r TinfoilVerifier.xcframework.zip TinfoilVerifier.xcframework
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
TinfoilVerifier.xcframework
TinfoilVerifier.xcframework.zip

0 comments on commit 5d560d3

Please sign in to comment.