Skip to content

Commit 1dc3879

Browse files
author
psadi
committed
set arch outputs
1 parent 38dd841 commit 1dc3879

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
retention-days: 7
4646
path: /tmp/ghostty-build/Ghostty-*.AppImage*
4747

48+
outputs:
49+
arch: ${{ matrix.arch }}
50+
4851
release_appimage:
4952
permissions:
5053
actions: read
@@ -57,7 +60,7 @@ jobs:
5760
steps:
5861
- uses: actions/download-artifact@v4
5962
with:
60-
name: ghostty-appimage.zip
63+
name: ghostty-appimage-${{ needs.build_appimage.outputs.arch }}
6164

6265
- name: Upload binaries to release
6366
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)