Skip to content

Commit aa8bb2c

Browse files
author
PS Adithya
authored
Merge pull request pkgforge-dev#15 from psadi/feature/workflow_update
2 parents 56cbf5e + 375bd21 commit aa8bb2c

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)