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 38dd841 commit d2b9e1bCopy full SHA for d2b9e1b
.github/workflows/ci.yaml
@@ -41,10 +41,13 @@ jobs:
41
- name: Upload Artifact
42
uses: actions/upload-artifact@v4
43
with:
44
- name: ghostty-appimage
+ name: ghostty-appimage-${{ matrix.arch }}
45
retention-days: 7
46
path: /tmp/ghostty-build/Ghostty-*.AppImage*
47
48
+ outputs:
49
+ arch: ${{ matrix.arch }}
50
+
51
release_appimage:
52
permissions:
53
actions: read
@@ -57,7 +60,7 @@ jobs:
57
60
steps:
58
61
- uses: actions/download-artifact@v4
59
62
- name: ghostty-appimage.zip
63
+ name: ghostty-appimage-${{ needs.build_appimage.outputs.arch }}
64
65
- name: Upload binaries to release
66
uses: svenstaro/upload-release-action@v2
0 commit comments