Skip to content

Commit

Permalink
fix(electron): fix re-zipping of mac binary
Browse files Browse the repository at this point in the history
  • Loading branch information
pwambach committed Sep 2, 2020
1 parent f13f3f4 commit 57b1f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cloudbuild-electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
VERSION=$$(cat version.txt)
rm -r /workspace/dist-electron/esa-climate-from-space-*-mac.zip
cd /workspace/dist-electron/mac
zip -r /workspace/dist-electron/esa-climate-from-space-$$VERSION-mac.zip ./esa-climate-from-space.app
zip -r /workspace/dist-electron/esa-climate-from-space-$$VERSION-mac.zip ./*
artifacts:
objects:
Expand Down

0 comments on commit 57b1f1f

Please sign in to comment.