Skip to content

Commit

Permalink
More minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Apr 27, 2024
1 parent 7c2bb34 commit a7adf10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Build XCFramework
run: |
cargo make --profile release uniffi-swift-generate
cargo make --profile release uniffi-swift-package
- uses: actions/download-artifact@v4
with:
Expand All @@ -86,7 +86,6 @@ jobs:
- name: Update version and checksum of xcframework in Package.swift
run: |
ls -lah ./target/uniffi/swift/
echo checksum=$(swift package compute-checksum ./target/uniffi/swift/liveview_native_core.xcframework.zip)
checksum=$(swift package compute-checksum ./target/uniffi/swift/liveview_native_core.xcframework.zip)
version=${{ github.event.release.tag_name }}
sed -i "" -E "s/(let releaseTag = \")[^\"]+(\")/\1$version\2/g" Package.swift
Expand Down

0 comments on commit a7adf10

Please sign in to comment.