WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1bbc998

Browse files
committed
Compress the macOS app into a zip file
1 parent 474dc53 commit 1bbc998

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,12 @@ jobs:
103103
- name: Build for macOS
104104
run: fyne package -os darwin -id com.leanercloud.savings-estimator -icon logo.png
105105

106+
- name: Compress macOS .app Bundle
107+
run: zip -r savings-estimator-macos.zip savings-estimator.app
108+
106109
- name: Attach macOS Artifact to Release
107110
uses: svenstaro/upload-release-action@v2
108111
with:
109112
tag: 1.0-${{ needs.setup.outputs.date }}-git-${{ needs.setup.outputs.sha_short }}
110-
file: savings-estimator.app
111-
asset_name: savings-estimator-macos.app
113+
file: savings-estimator-macos.zip
114+
asset_name: savings-estimator-macos.zip

0 commit comments

Comments
 (0)