diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9942c7..2186d60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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