Skip to content

Commit

Permalink
wip release
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Feb 16, 2024
1 parent e34e94d commit 7418d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if useLocalFramework {
)
} else {
let releaseTag = "0.0.8"
let releaseChecksum = "85c54092c37c32f94e5343a8c8992634163291fc83257ea5224fdde9ff2c00f6"
let releaseChecksum = "5049ffd0da8f49cce4d8f9d22287bcf62ff91d37b411d75c006bef366cb92746"
binaryTarget = .binaryTarget(
name: sargonBinaryTargetName,
url:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ios/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ echo "🚢 🏷️ 📡 Pushing tag: $(last_tag)"
SWIFT_SARGON_BINARY_ASSET_NAME="libsargon-rs.xcframework.zip"

GH_RELEASE_TITLE="Sargon Swift Only v$NEXT_TAG"
RELEASE_CMD="gh release create $NEXT_TAG '$ZIP_PATH#$SWIFT_SARGON_BINARY_ASSET_NAME' --generate-notes --title '$GH_RELEASE_TITLE'"
RELEASE_CMD="gh release create $NEXT_TAG '$XCFRAME_ZIP_PATH#$SWIFT_SARGON_BINARY_ASSET_NAME' --generate-notes --title '$GH_RELEASE_TITLE'"
eval $RELEASE_CMD

echo "🚢 End of release script ✅"

0 comments on commit 7418d89

Please sign in to comment.