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 f56b40c commit e18249bCopy full SHA for e18249b
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
name: ghostty-appimage
37
retention-days: 7
38
- path: /tmp/ghostty-build/Ghostty-x86_64.AppImage
+ path: /tmp/ghostty-build/Ghostty-x86_64.AppImage*
39
40
release_appimage:
41
name: "Upload binaries to current release"
@@ -51,7 +51,7 @@ jobs:
51
uses: svenstaro/upload-release-action@v2
52
53
repo_token: ${{ secrets.GITHUB_TOKEN }}
54
- file: ./Ghostty-x86_64.AppImage
+ file: ./Ghostty-x86_64.AppImage*
55
tag: ${{ github.ref }}
56
overwrite: true
57
file_glob: true
0 commit comments