Skip to content

Commit 3368401

Browse files
Update main.yml
1 parent b220b28 commit 3368401

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
run: |
4040
quasar build -m electron -T mas -A arm64
4141
cd dist/electron/Packaged/Flypen-mas-arm64
42-
ls
43-
app_path="dist/electron/Packaged/Flypen-mas-arm64/Flypen.app"
42+
app_path="/home/runner/work/flypen-frontend/flypen-frontend/dist/electron/Packaged/Flypen-mas-arm64/Flypen.app/"
4443
app_name="$(basename "$app_path" | sed -r "s/\.app$//g")"
4544
dmg_size="$(du -ms "$app_path" | grep -oP "^\d+")"
4645
dmg_path=$(sed -r "s/\.app\/?$/.dmg/g" <<< "$app_path")

0 commit comments

Comments
 (0)