From 709167da5821efbd722492cf1450a243cdb0a20c Mon Sep 17 00:00:00 2001 From: Michael Freeborn <31806808+mfreeborn@users.noreply.github.com> Date: Thu, 7 May 2020 19:48:05 +0100 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cd9f02..8365d29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: - build: linux-armv7 target: armv7-unknown-linux-gnueabihf - build: linux-armv6 - target: armv-unknown-linux-gnueabihf + target: arm-unknown-linux-gnueabihf steps: - name: Checkout repository uses: actions/checkout@v2