Skip to content

Commit e90df01

Browse files
Refactor AppImage step
1 parent 7c82f30 commit e90df01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
./scripts/ci_linux.sh release-build
3333
34-
- name: Package AppImage
34+
- name: Build AppImage
3535
shell: bash
3636
run: |
3737
./${{ env.CI_SCRIPT }} image-build
@@ -40,4 +40,4 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: ${{ env.APP_NAME }}
43-
path: ${{ env.APP_NAME }}-x86_64.AppImage
43+
path: ${{ env.APP_NAME }}.AppImage

0 commit comments

Comments
 (0)