Skip to content

Commit 817fd19

Browse files
committed
Force Mac to use tag for app name
1 parent f033dcf commit 817fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
SUFFIX="pr[$PR_NUM]-sha[$PR_SHA]-title[$PR_TITLE"
148148
SUFFIX=$(printf "%.99s]" "$SUFFIX")
149149
else
150-
SUFFIX="sha[$(git rev-parse --short HEAD)]"
150+
SUFFIX="$TAG"
151151
fi
152152
APPNAME="ProjectPlus-$SUFFIX"
153153
mv build/Binaries/DolphinQt.app "$APPNAME.app"

0 commit comments

Comments
 (0)