From 5f96bdef3087d3672a19ea64849fed3efb8d0193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Wed, 10 Jul 2024 18:11:39 -0500 Subject: [PATCH] ci(build): platform name fix in release file --- package.json | 2 +- scripts/release.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 554a735..4325219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formula-monks/scaffoldizr", - "version": "0.2.7", + "version": "0.2.6", "description": "Opinionated TypeScript/Bun Scaffolding Tool for creating Structurizr DSL Documentations", "module": "src/main.mjs", "bin": { diff --git a/scripts/release.sh b/scripts/release.sh index 97cc2e1..9e57093 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -24,8 +24,8 @@ find dist -name 'tarball-*' -exec sh -c ' platforms=( linux-x64 linux-arm64 - macos-x64 - macos-arm64 + darwin-x64 + darwin-arm64 ) for platform in "${platforms[@]}"; do mv "$RELEASE_DIR/$SCFZ_VERSION/scfz-$platform.tar.gz" "$RELEASE_DIR/$SCFZ_VERSION/scfz-$SCFZ_VERSION-$platform.tar.gz"