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 0d6ccaf commit b220b28Copy full SHA for b220b28
.github/workflows/main.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
quasar build -m electron -T mas -A arm64
41
cd dist/electron/Packaged/Flypen-mas-arm64
42
+ ls
43
app_path="dist/electron/Packaged/Flypen-mas-arm64/Flypen.app"
44
app_name="$(basename "$app_path" | sed -r "s/\.app$//g")"
45
dmg_size="$(du -ms "$app_path" | grep -oP "^\d+")"
@@ -53,7 +54,6 @@ jobs:
53
54
cp -R "$app_path" "$mount_point"
55
ls -l "$mount_point"
56
umount "$mount_point"
- du -h "$dmg_path"
57
cd -
58
59
- name: Upload Mac
0 commit comments