From 68c60ba450abee270f2f694428d0179deaa577b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20H=C3=BCrzeler?= Date: Wed, 20 May 2020 23:10:21 +0200 Subject: [PATCH] Fix workflow once again --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04af528..9b04c97 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: GOARCH: amd64 GOOS: linux release-linux-arm: - name: release linux/386 + name: release linux/arm runs-on: ubuntu-latest steps: - uses: actions/checkout@master