Skip to content

Commit

Permalink
ci(build): platform name fix in release file
Browse files Browse the repository at this point in the history
andreszorro committed Jul 10, 2024
1 parent 1d8062e commit 5f96bde
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5f96bde

Please sign in to comment.