We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981506e commit 0da73f2Copy full SHA for 0da73f2
.github/workflows/build_release.yml
@@ -65,7 +65,7 @@ jobs:
65
BUILD_DIR="deepnest-${TAG}-linux-${ARCH}"
66
echo "Creating build in: $BUILD_DIR"
67
# Run Electron Packager to package the application into the specified build directory
68
- npx @electron/packager . "$BUILD_DIR" --overwrite
+ npx @electron/packager . "deepnest-${TAG}" --overwrite
69
# Zip the build directory with the same name
70
zip -r "${BUILD_DIR}.zip" "$BUILD_DIR"
71
0 commit comments