File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 name : ghostty-appimage-${{ matrix.arch }}
4545 retention-days : 7
46- path : /tmp/ghostty-build/Ghostty-*.AppImage*
46+ path : /tmp/ghostty-build/Ghostty-*-${{ matrix.arch }} .AppImage*
4747
4848 outputs :
4949 arch : ${{ matrix.arch }}
@@ -53,10 +53,13 @@ jobs:
5353 actions : read
5454 security-events : write
5555 contents : write
56- name : " Upload binaries to current release"
56+ name : Upload binaries to release (${{ matrix.arch }})
5757 runs-on : ubuntu-latest
5858 if : ${{ github.event_name == 'release' }}
5959 needs : " build_appimage"
60+ strategy :
61+ matrix :
62+ arch : [aarch64, x86_64]
6063 steps :
6164 - uses : actions/download-artifact@v4
6265 with :
6669 uses : svenstaro/upload-release-action@v2
6770 with :
6871 repo_token : ${{ secrets.GITHUB_TOKEN }}
69- file : ./Ghostty-*.AppImage*
72+ file : ./Ghostty-*-${{ matrix.arch }} .AppImage*
7073 tag : ${{ github.ref }}
71- overwrite : true
7274 file_glob : true
You can’t perform that action at this time.
0 commit comments