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.
2 parents aa8bb2c + 36fe2b2 commit 9bc8bffCopy full SHA for 9bc8bff
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
name: ghostty-appimage-${{ matrix.arch }}
45
retention-days: 7
46
- path: /tmp/ghostty-build/Ghostty-*.AppImage*
+ path: /tmp/ghostty-build/Ghostty-*-${{ matrix.arch }}.AppImage*
47
48
outputs:
49
arch: ${{ matrix.arch }}
@@ -69,7 +69,6 @@ jobs:
69
uses: svenstaro/upload-release-action@v2
70
71
repo_token: ${{ secrets.GITHUB_TOKEN }}
72
- file: ./Ghostty-*.AppImage*
+ file: ./Ghostty-*-${{ matrix.arch }}.AppImage*
73
tag: ${{ github.ref }}
74
- overwrite: true
75
file_glob: true
0 commit comments