Skip to content

Commit 0da73f2

Browse files
authored
fix "build name"
1 parent 981506e commit 0da73f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
BUILD_DIR="deepnest-${TAG}-linux-${ARCH}"
6666
echo "Creating build in: $BUILD_DIR"
6767
# Run Electron Packager to package the application into the specified build directory
68-
npx @electron/packager . "$BUILD_DIR" --overwrite
68+
npx @electron/packager . "deepnest-${TAG}" --overwrite
6969
# Zip the build directory with the same name
7070
zip -r "${BUILD_DIR}.zip" "$BUILD_DIR"
7171

0 commit comments

Comments
 (0)