Skip to content

Commit

Permalink
New Citiwastelibs version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
albetoetecnia committed Jul 1, 2024
1 parent 0ae57aa commit f66e31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FRAMEWORK_NAME=$2

# 2. Calculate checksum and store it
echo "calculate new checksum yea 2"
NEW_CHECKSUM=$(swift package compute-checksum $FRAMEWORK_NAME.xcframework.zip)
NEW_CHECKSUM=$(swift package compute-checksum "./$FRAMEWORK_NAME.xcframework.zip")
echo "print out new shasum for convenience reasons"
echo "New checksum is $NEW_CHECKSUM"

Expand All @@ -42,7 +42,7 @@ git push

# 6. Pusblish a new release with the same version of the repository A, and attach XCFramework in the Release metadata
echo "Releasing the new version"
gh release create "$NEW_VERSION" --generate-notes "./CitiwastelibDistribution/$FRAMEWORK_NAME.xcframework.zip"
gh release create "$NEW_VERSION" --generate-notes "./$FRAMEWORK_NAME.xcframework.zip"

# 7. Remove zip of XCFramework
#echo "delete downloaded zip file"
Expand Down

0 comments on commit f66e31e

Please sign in to comment.