Skip to content

Commit 3b99c4f

Browse files
committed
chore: fix typo in release workflow
1 parent d27be86 commit 3b99c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
platform: ubuntu-22.04
1919
ubuntu-version: 22.04
2020
additional-deps: gcc-multilib libc6-dev-i386
21-
- architechure: arm64
21+
- architecture: arm64
2222
platform: buildjet-2vcpu-ubuntu-2204-arm
2323
ubuntu-version: 22.04
2424

@@ -52,4 +52,4 @@ jobs:
5252
upload_url: ${{ github.event.release.upload_url }}
5353
asset_content_type: application/vnd.debian.binary-package
5454
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
55+
asset_name: valgrind_${{ github.event.release.name }}_ubuntu-${{ matrix.runner.ubuntu-version }}_${{ matrix.runner.architecture }}.deb

0 commit comments

Comments
 (0)