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.
2 parents 56cbf5e + 375bd21 commit aa8bb2cCopy full SHA for aa8bb2c
.github/workflows/ci.yaml
@@ -53,10 +53,13 @@ jobs:
53
actions: read
54
security-events: write
55
contents: write
56
- name: "Upload binaries to current release"
+ name: Upload binaries to release (${{ matrix.arch }})
57
runs-on: ubuntu-latest
58
if: ${{ github.event_name == 'release' }}
59
needs: "build_appimage"
60
+ strategy:
61
+ matrix:
62
+ arch: [aarch64, x86_64]
63
steps:
64
- uses: actions/download-artifact@v4
65
with:
0 commit comments