We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a182374 commit f0f89d6Copy full SHA for f0f89d6
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Upload Build Artifact
25
uses: actions/upload-artifact@v4
26
with:
27
- name: Project-Plus-Dolphin-windows-x86_64
+ name: Project-Plus-Dolphin-Windows-${{ env.DOLPHINVER }}
28
path: Binary/x64/
29
30
build_macos:
@@ -339,7 +339,7 @@ jobs:
339
- name: Upload Static Build
340
341
342
- name: Project-Plus-Dolphin_${{ env.DOLPHINVER }}
+ name: Project-Plus-Dolphin-AppImage_${{ env.DOLPHINVER }}
343
path: uploads/
344
env:
345
DEFAULT_BRANCH: git-actions
0 commit comments