We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27be86 commit 3b99c4fCopy full SHA for 3b99c4f
1 file changed
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
platform: ubuntu-22.04
19
ubuntu-version: 22.04
20
additional-deps: gcc-multilib libc6-dev-i386
21
- - architechure: arm64
+ - architecture: arm64
22
platform: buildjet-2vcpu-ubuntu-2204-arm
23
24
@@ -52,4 +52,4 @@ jobs:
52
upload_url: ${{ github.event.release.upload_url }}
53
asset_content_type: application/vnd.debian.binary-package
54
asset_path: ${{ steps.build_deb.outputs.asset-path }}
55
- asset_name: valgrind_${{ github.event.release.name }}_ubuntu-${{ matrix.runner.ubuntu-version }}_${{ matrix.runner.architechure }}.deb
+ asset_name: valgrind_${{ github.event.release.name }}_ubuntu-${{ matrix.runner.ubuntu-version }}_${{ matrix.runner.architecture }}.deb
0 commit comments