Skip to content

Commit 1685b05

Browse files
committed
Correct zip name
1 parent 7abdb12 commit 1685b05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

desktop/scripts/release.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ yarn electron-rebuild
4444

4545
# Build and package
4646
yarn electron-packager --asar --overwrite --icon=build/icon.png --out=releases --build-version={VERSION} --app-version={VERSION} . "DataStation Desktop CE"
47-
zip -9 -r releases/datastation-{os}-{arch}-{VERSION}.zip "releases/DataStation Desktop CE-{os}-{arch}"
47+
48+
# This reference to arg0 is correct because the upload script uses the
49+
# real tag name, not our stripped version here.
50+
zip -9 -r releases/datastation-{os}-{arch}-{arg0}.zip "releases/DataStation Desktop CE-{os}-{arch}"

0 commit comments

Comments
 (0)