Skip to content

Commit 5bd4808

Browse files
authored
Update Build.yml
1 parent 31c7fae commit 5bd4808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
- name: '📤 Upload artifact: AppImage'
8888
uses: actions/upload-artifact@v2
8989
with:
90-
name: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
91-
path: ${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.AppImage
90+
name: ${{env.EXECUTABLE}}-${{env.VERSION}}.AppImage
91+
path: ${{env.EXECUTABLE}}-${{env.VERSION}}.AppImage
9292

9393
# Upload continuous build
9494
upload:

0 commit comments

Comments
 (0)