Skip to content

Commit f0f89d6

Browse files
committed
minor updates to CI
1 parent a182374 commit f0f89d6

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Upload Build Artifact
2525
uses: actions/upload-artifact@v4
2626
with:
27-
name: Project-Plus-Dolphin-windows-x86_64
27+
name: Project-Plus-Dolphin-Windows-${{ env.DOLPHINVER }}
2828
path: Binary/x64/
2929

3030
build_macos:
@@ -339,7 +339,7 @@ jobs:
339339
- name: Upload Static Build
340340
uses: actions/upload-artifact@v4
341341
with:
342-
name: Project-Plus-Dolphin_${{ 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)