Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Dec 12, 2023
1 parent 5ebf43d commit d1f90d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if [ ! -z "$SWIFT_GODOT_NODEPLOY" ]; then
fi

#(cd $outputDir; zip --symlinks -ru SwiftGodot.xcframework.zip SwiftGodot.xcframework)
(cd $ouputuDir; ditto -c -k --sequesterRsrc --keepParent SwiftGodot.xcframework SwiftGodot.xcframework.zip)
(cd $outputDir; ditto -c -k --sequesterRsrc --keepParent SwiftGodot.xcframework SwiftGodot.xcframework.zip)
csum=`swift package compute-checksum $outputDir/SwiftGodot.xcframework.zip`

gh release create $tag $outputDir/SwiftGodot.xcframework.zip -R migueldeicaza/SwiftGodot -F $2
Expand Down

0 comments on commit d1f90d7

Please sign in to comment.