Skip to content

Commit 0c9e846

Browse files
committed
more CI stuff
1 parent f0f89d6 commit 0c9e846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
else
181181
SUFFIX="sha[$(git rev-parse --short HEAD)]"
182182
fi
183-
APPNAME="ProjectPlus-$SUFFIX"
183+
APPNAME="Project-Plus-Dolphin-macOS-$SUFFIX"
184184
mv build/Binaries/DolphinQt.app "$APPNAME.app"
185185
tar --options xz:compression-level=9 -cvJf "$APPNAME.tar.xz" "$APPNAME.app"
186186
echo "name=$APPNAME" >> "$GITHUB_OUTPUT"
@@ -339,7 +339,7 @@ jobs:
339339
- name: Upload Static Build
340340
uses: actions/upload-artifact@v4
341341
with:
342-
name: Project-Plus-Dolphin-AppImage_${{ env.DOLPHINVER }}
342+
name: Project-Plus-Dolphin-AppImage-${{ env.DOLPHINVER }}
343343
path: uploads/
344344
env:
345345
DEFAULT_BRANCH: git-actions

0 commit comments

Comments
 (0)