Skip to content

Commit 375bd21

Browse files
author
psadi
committed
ci: ensure release handles multiple arch packages
1 parent 56cbf5e commit 375bd21

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
@@ -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:

0 commit comments

Comments
 (0)