From d1f90d756581f97cd25bae2056b0b1a7949bbb93 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 12 Dec 2023 12:16:13 -0500 Subject: [PATCH] Typo fix --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release b/scripts/release index 2a0ed6a47..33c73d3e4 100644 --- a/scripts/release +++ b/scripts/release @@ -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