Skip to content

Commit e18249b

Browse files
authored
make zsync file for appimageupdate
1 parent f56b40c commit e18249b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: ghostty-appimage
3737
retention-days: 7
38-
path: /tmp/ghostty-build/Ghostty-x86_64.AppImage
38+
path: /tmp/ghostty-build/Ghostty-x86_64.AppImage*
3939

4040
release_appimage:
4141
name: "Upload binaries to current release"
@@ -51,7 +51,7 @@ jobs:
5151
uses: svenstaro/upload-release-action@v2
5252
with:
5353
repo_token: ${{ secrets.GITHUB_TOKEN }}
54-
file: ./Ghostty-x86_64.AppImage
54+
file: ./Ghostty-x86_64.AppImage*
5555
tag: ${{ github.ref }}
5656
overwrite: true
5757
file_glob: true

0 commit comments

Comments
 (0)