Skip to content

Commit b220b28

Browse files
Update main.yml
1 parent 0d6ccaf commit b220b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
quasar build -m electron -T mas -A arm64
4141
cd dist/electron/Packaged/Flypen-mas-arm64
42+
ls
4243
app_path="dist/electron/Packaged/Flypen-mas-arm64/Flypen.app"
4344
app_name="$(basename "$app_path" | sed -r "s/\.app$//g")"
4445
dmg_size="$(du -ms "$app_path" | grep -oP "^\d+")"
@@ -53,7 +54,6 @@ jobs:
5354
cp -R "$app_path" "$mount_point"
5455
ls -l "$mount_point"
5556
umount "$mount_point"
56-
du -h "$dmg_path"
5757
cd -
5858
5959
- name: Upload Mac

0 commit comments

Comments
 (0)